From b6a9470afb339380a91f46178ee8a0374347a95b Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Tue, 10 Jan 2006 00:40:14 +0000 Subject: [PATCH] Fixed includes --- gnoemoe/parser/parser.y | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gnoemoe/parser/parser.y b/gnoemoe/parser/parser.y index a5b0c0e..12ea1ab 100644 --- a/gnoemoe/parser/parser.y +++ b/gnoemoe/parser/parser.y @@ -27,19 +27,15 @@ #include #include "ast.h" -#include "config.h" +#include "pconfig.h" #include "functions.h" #include "keywords.h" #include "list.h" -//#include "numbers.h" -//#include "opcode.h" #include "parser.h" #include "parsen.h" -//#include "program.h" #include "storage.h" #include "streams.h" #include "structures.h" -//#include "sym_table.h" #include "utils.h" #include "version.h" #include "../gm-support.h"