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
master
Giel van Schijndel 2008-04-29 15:18:42 +00:00
parent c3ace2ec9f
commit 4e60f65e8f
1 changed files with 0 additions and 2 deletions

View File

@ -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