Removing redundant imports
This commit is contained in:
parent
be6678c0e6
commit
ad34ff9b86
2 changed files with 0 additions and 3 deletions
|
@ -2,7 +2,6 @@
|
|||
#include "param.h"
|
||||
#include "memlayout.h"
|
||||
#include "riscv.h"
|
||||
#include "defs.h"
|
||||
|
||||
void main();
|
||||
void timerinit();
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#include "kernel/types.h"
|
||||
#include "kernel/stat.h"
|
||||
#include "user/user.h"
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in a new issue