summaryrefslogtreecommitdiff
path: root/preproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'preproc.c')
-rw-r--r--preproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/preproc.c b/preproc.c
index 474a108..c982636 100644
--- a/preproc.c
+++ b/preproc.c
@@ -7,9 +7,9 @@
#include "preproc.h"
#include "utils.h"
-#include "defs.h"
+// Lexing
typedef struct {
char* str;