diff options
Diffstat (limited to 'toc.c')
-rw-r--r-- | toc.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -22,10 +22,7 @@ typedef long double Floating; /* OPTIM: Switch to double */ #include "util/str.c" #include "identifiers.c" #include "tokenizer.c" -#include "util/where.c" +#include "util/location.c" #include "parse.c" #include "eval.c" #include "types.c" -#include "base_cgen.c" -#include "decls_cgen.c" -#include "cgen.c" |