diff options
author | rsc <rsc> | 2007-08-27 23:26:33 +0000 |
---|---|---|
committer | rsc <rsc> | 2007-08-27 23:26:33 +0000 |
commit | 558ab49f13634d972e956020a12d14fdb1416b94 (patch) | |
tree | 02a4424e94f3401b8071dbfb2fe50212da17c35c /pipe.c | |
parent | 99b11b6c64c17b94288c659e9398261e69a0cf75 (diff) | |
download | xv6-labs-558ab49f13634d972e956020a12d14fdb1416b94.tar.gz xv6-labs-558ab49f13634d972e956020a12d14fdb1416b94.tar.bz2 xv6-labs-558ab49f13634d972e956020a12d14fdb1416b94.zip |
delete unnecessary #include lines
Diffstat (limited to 'pipe.c')
-rw-r--r-- | pipe.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,9 +1,8 @@ #include "types.h" +#include "defs.h" #include "param.h" -#include "x86.h" #include "mmu.h" #include "proc.h" -#include "defs.h" #include "file.h" #include "spinlock.h" |