Fix init including a non-existent header
This commit is contained in:
parent
81cfefe0e5
commit
c010c54c17
@ -1,14 +1,12 @@
|
||||
#include <dbg.h>
|
||||
#include <elf.h>
|
||||
#include <initrd.h>
|
||||
#include <ipc/vfs.h>
|
||||
#include <memory.h>
|
||||
#include <pthread.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <tasking.h>
|
||||
#include <vfs.h>
|
||||
|
||||
typedef struct {
|
||||
char filename[100];
|
||||
|
Loading…
Reference in New Issue
Block a user