remove ast.h-include from lexer.h to parser.c...

This commit is contained in:
Wolfgang Bumiller 2013-01-02 15:08:02 +01:00
parent 14593ce789
commit 558a091c08
2 changed files with 1 additions and 2 deletions

View file

@ -25,8 +25,6 @@
typedef struct token_s token;
#include "ast.h"
struct token_s {
int ttype;

View file

@ -26,6 +26,7 @@
#include "gmqcc.h"
#include "lexer.h"
#include "ast.h"
/* beginning of locals */
#define PARSER_HT_LOCALS 2