Removing unused includes

This commit is contained in:
Imbus 2024-08-07 14:35:02 +02:00
parent 5829a06e3a
commit c6706d489e
2 changed files with 0 additions and 9 deletions

View file

@ -12,15 +12,9 @@
#include <stdarg.h> #include <stdarg.h>
#include "types.h" #include "types.h"
#include "param.h"
#include "spinlock.h" #include "spinlock.h"
#include "sleeplock.h"
#include "fs.h"
#include "file.h" #include "file.h"
#include "memlayout.h"
#include "riscv.h"
#include "defs.h" #include "defs.h"
#include "proc.h"
#define BACKSPACE 0x100 #define BACKSPACE 0x100
#define C(x) ((x) - '@') // Control-x #define C(x) ((x) - '@') // Control-x

View file

@ -1,10 +1,7 @@
#include "param.h"
#include "types.h" #include "types.h"
#include "memlayout.h" #include "memlayout.h"
#include "elf.h"
#include "riscv.h" #include "riscv.h"
#include "defs.h" #include "defs.h"
#include "fs.h"
/* /*
* the kernel's page table. * the kernel's page table.