From 6ae668f236910d9892bf18d54a97662cf6886a2b Mon Sep 17 00:00:00 2001 From: urchlay Date: Mon, 18 Jul 2005 02:13:57 +0000 Subject: [PATCH] Got rid of useless #include in YaccParser.cxx git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@670 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/yacc/YaccParser.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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"