aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c_lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_lex.h')
-rw-r--r--src/c_lex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/c_lex.h b/src/c_lex.h
index e70bc78..8797ded 100644
--- a/src/c_lex.h
+++ b/src/c_lex.h
@@ -1,5 +1,5 @@
-#include "../common.h"
-#include "../type.h"
+#include "antcc.h"
+#include "c_type.h"
static inline bool
joinspan(struct span0 *dst, struct span0 snd)
@@ -45,7 +45,7 @@ enum toktag { /* single-character tokens' tag value is the character itself */
TKSETSHR, /* >>= */
TKIDENT = 0x80,
#define _(kw, stdc, ...) TKW##kw,
-#include "keywords.def"
+#include "c_keywords.def"
#undef _
NTOKTAG,
};