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

@@ -2,10 +2,10 @@
* New Interface to Process Table -- PROCTAB Stream (a la Directory streams)
* Copyright(C) 1996. Charles L. Blake.
*/
#include "proc/version.h"
#include "proc/readproc.h"
#include "proc/devname.h"
#include "proc/ps.h"
#include "version.h"
#include "readproc.h"
#include "devname.h"
#include "ps.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>