Using #include "*.h"' instead of #include "proc/*.h"'.

This commit is contained in:
Martin Baulig
1998-07-29 13:01:25 +00:00
parent aa6d16e47b
commit 8b9b984701
8 changed files with 17 additions and 17 deletions

View File

@@ -9,8 +9,8 @@
#include <string.h> /* for strcmp */
#include <stdio.h> /* for parse error output */
#include "proc/readproc.h" /* for proc_t */
#include "proc/tree.h" /* for struct tree_node */
#include "readproc.h" /* for proc_t */
#include "tree.h" /* for struct tree_node */
/*
This module was written by Charles Blake for procps.