Removing unused includes
This commit is contained in:
parent
88e797e39d
commit
0ccb8c094d
2 changed files with 0 additions and 5 deletions
|
@ -1,8 +1,6 @@
|
||||||
// Test that fork fails gracefully.
|
// Test that fork fails gracefully.
|
||||||
// Tiny executable so that the limit can be filling the proc table.
|
// Tiny executable so that the limit can be filling the proc table.
|
||||||
|
|
||||||
#include "kernel/types.h"
|
|
||||||
#include "kernel/stat.h"
|
|
||||||
#include "user/user.h"
|
#include "user/user.h"
|
||||||
|
|
||||||
#define N 1000
|
#define N 1000
|
||||||
|
|
|
@ -7,10 +7,7 @@
|
||||||
// for (i = 0; i < 40000; i++)
|
// for (i = 0; i < 40000; i++)
|
||||||
// asm volatile("");
|
// asm volatile("");
|
||||||
|
|
||||||
#include "kernel/types.h"
|
|
||||||
#include "kernel/stat.h"
|
|
||||||
#include "user/user.h"
|
#include "user/user.h"
|
||||||
#include "kernel/fs.h"
|
|
||||||
#include "kernel/fcntl.h"
|
#include "kernel/fcntl.h"
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
Loading…
Reference in a new issue