summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/main.c b/main.c
index 6aa66a3..9946625 100644
--- a/main.c
+++ b/main.c
@@ -1,18 +1,4 @@
-#include <assert.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <stdarg.h>
-#include <string.h>
-#include <ctype.h>
-#include <limits.h>
-#include <stdint.h>
-#include <stdbool.h>
-#include "util/err.c"
-#include "util/arr.c"
-#include "util/blockarr.c"
-#include "identifiers.c"
-#include "tokenizer.c"
-#include "parse.c"
+#include "toc.c"
int main(int argc, char **argv) {
if (argc < 2) {