Removing redundant imports

This commit is contained in:
Imbus 2024-08-07 11:26:33 +02:00
parent be6678c0e6
commit ad34ff9b86
2 changed files with 0 additions and 3 deletions

View file

@ -2,7 +2,6 @@
#include "param.h" #include "param.h"
#include "memlayout.h" #include "memlayout.h"
#include "riscv.h" #include "riscv.h"
#include "defs.h"
void main(); void main();
void timerinit(); void timerinit();

View file

@ -1,5 +1,3 @@
#include "kernel/types.h"
#include "kernel/stat.h"
#include "user/user.h" #include "user/user.h"
int int