Cleaning unused imports

This commit is contained in:
Imbus 2024-08-07 14:57:15 +02:00
parent c6706d489e
commit 7ed836c1e1
5 changed files with 0 additions and 13 deletions

View file

@ -3,12 +3,10 @@
//
#include "types.h"
#include "riscv.h"
#include "defs.h"
#include "param.h"
#include "fs.h"
#include "spinlock.h"
#include "sleeplock.h"
#include "file.h"
#include "stat.h"
#include "proc.h"

View file

@ -1,11 +1,6 @@
// Sleeping locks
#include "types.h"
#include "riscv.h"
#include "defs.h"
#include "param.h"
#include "memlayout.h"
#include "spinlock.h"
#include "proc.h"
#include "sleeplock.h"