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 /sysproc.c | |
| parent | 99b11b6c64c17b94288c659e9398261e69a0cf75 (diff) | |
| download | xv6-labs-2022-558ab49f13634d972e956020a12d14fdb1416b94.tar.xz xv6-labs-2022-558ab49f13634d972e956020a12d14fdb1416b94.zip | |
delete unnecessary #include lines
Diffstat (limited to 'sysproc.c')
| -rw-r--r-- | sysproc.c | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -1,19 +1,8 @@ #include "types.h" -#include "stat.h" +#include "defs.h" #include "param.h" #include "mmu.h" #include "proc.h" -#include "defs.h" -#include "x86.h" -#include "traps.h" -#include "syscall.h" -#include "spinlock.h" -#include "buf.h" -#include "fs.h" -#include "fsvar.h" -#include "elf.h" -#include "file.h" -#include "fcntl.h" int sys_fork(void) |
