diff options
Diffstat (limited to 'boot/catboot.c')
| -rw-r--r-- | boot/catboot.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/boot/catboot.c b/boot/catboot.c index f716e4f..fac6273 100644 --- a/boot/catboot.c +++ b/boot/catboot.c @@ -24,11 +24,7 @@ #include <sys/mman.h> #include <sys/stat.h> -#include "common.c" -#include "lex.c" -#include "tree.c" -#include "parse.c" -#include "visit.c" +#include "catboot.h" const ascii* read_file(const ascii* path) |
