Removing unused includes

This commit is contained in:
Imbus 2024-08-07 07:56:22 +02:00
parent 88e797e39d
commit 0ccb8c094d
2 changed files with 0 additions and 5 deletions

View file

@ -1,8 +1,6 @@
// Test that fork fails gracefully.
// Tiny executable so that the limit can be filling the proc table.
#include "kernel/types.h"
#include "kernel/stat.h"
#include "user/user.h"
#define N 1000

View file

@ -7,10 +7,7 @@
// for (i = 0; i < 40000; i++)
// asm volatile("");
#include "kernel/types.h"
#include "kernel/stat.h"
#include "user/user.h"
#include "kernel/fs.h"
#include "kernel/fcntl.h"
int