Fix init including a non-existent header

This commit is contained in:
pjht 2020-07-28 10:32:23 -05:00
parent 81cfefe0e5
commit c010c54c17

View File

@ -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];