summaryrefslogtreecommitdiff
path: root/toc.c
diff options
context:
space:
mode:
Diffstat (limited to 'toc.c')
-rw-r--r--toc.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/toc.c b/toc.c
index b36c5fa..3965e18 100644
--- a/toc.c
+++ b/toc.c
@@ -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"