From 4e60f65e8fac2669f8f165a758cb00b59961b7bf Mon Sep 17 00:00:00 2001 From: Giel van Schijndel Date: Tue, 29 Apr 2008 15:18:42 +0000 Subject: [PATCH] Don't #include "script_parser.tab.h" in lib/script/stack.c as we don't depend on the parser's token definitions there git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4856 4a71c877-e1ca-e34f-864e-861f7616d084 --- lib/script/stack.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/script/stack.c b/lib/script/stack.c index 40ad0bc6e..90cf6361f 100644 --- a/lib/script/stack.c +++ b/lib/script/stack.c @@ -33,8 +33,6 @@ #include "codeprint.h" #include "script.h" -#include "script_parser.tab.h" - /* number of values in each stack chunk */ #define INIT_SIZE 30 //15 #define EXT_SIZE 10 //2