X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=lexer.h;h=919dbec1d10078a7c2a449701e34251cc42ad5fe;hp=82aa046126e77405ff3533f745b299cad45cb7a4;hb=558a091c08a1833af4f10502a2297eb00aa465e9;hpb=14593ce7891773c0cf959b3ef670fd603ac0f243 diff --git a/lexer.h b/lexer.h index 82aa046..919dbec 100644 --- a/lexer.h +++ b/lexer.h @@ -25,8 +25,6 @@ typedef struct token_s token; -#include "ast.h" - struct token_s { int ttype;