delete unnecessary #include lines
This commit is contained in:
parent
99b11b6c64
commit
558ab49f13
27 changed files with 73 additions and 90 deletions
|
|
@ -1,12 +1,12 @@
|
|||
#include "types.h"
|
||||
#include "x86.h"
|
||||
#include "traps.h"
|
||||
#include "defs.h"
|
||||
#include "param.h"
|
||||
#include "traps.h"
|
||||
#include "spinlock.h"
|
||||
#include "dev.h"
|
||||
#include "param.h"
|
||||
#include "mmu.h"
|
||||
#include "proc.h"
|
||||
#include "x86.h"
|
||||
#include "kbd.h"
|
||||
|
||||
#define CRTPORT 0x3d4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue