]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lexer.h
remove ast.h-include from lexer.h to parser.c...
[xonotic/gmqcc.git] / lexer.h
diff --git a/lexer.h b/lexer.h
index 82aa046126e77405ff3533f745b299cad45cb7a4..919dbec1d10078a7c2a449701e34251cc42ad5fe 100644 (file)
--- a/lexer.h
+++ b/lexer.h
@@ -25,8 +25,6 @@
 
 typedef struct token_s token;
 
-#include "ast.h"
-
 struct token_s {
     int ttype;