diff --git a/stella/src/yacc/YaccParser.cxx b/stella/src/yacc/YaccParser.cxx index 52814419a..190f391c2 100644 --- a/stella/src/yacc/YaccParser.cxx +++ b/stella/src/yacc/YaccParser.cxx @@ -13,7 +13,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: YaccParser.cxx,v 1.13 2005-07-18 02:03:41 urchlay Exp $ +// $Id: YaccParser.cxx,v 1.14 2005-07-18 02:13:57 urchlay Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project @@ -25,8 +25,6 @@ //extern "C" { //#endif -#include - #include "Expression.hxx" #include "CpuDebug.hxx"