From aa395c93241b2b37dd53fef7cf1bfa946d34c046 Mon Sep 17 00:00:00 2001 From: stephena Date: Thu, 14 Jul 2005 11:51:04 +0000 Subject: [PATCH] Removed some stuff I forgot in the last commit. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@641 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/debugger/DebuggerParser.cxx | 3 +-- stella/src/debugger/DebuggerParser.hxx | 4 +--- stella/src/yacc/YaccParser.hxx | 5 +---- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/stella/src/debugger/DebuggerParser.cxx b/stella/src/debugger/DebuggerParser.cxx index 667cf4044..923c15de7 100644 --- a/stella/src/debugger/DebuggerParser.cxx +++ b/stella/src/debugger/DebuggerParser.cxx @@ -13,11 +13,10 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: DebuggerParser.cxx,v 1.54 2005-07-14 11:28:37 stephena Exp $ +// $Id: DebuggerParser.cxx,v 1.55 2005-07-14 11:51:03 stephena Exp $ //============================================================================ #include "bspf.hxx" -#include "Console.hxx" #include "Debugger.hxx" #include "CpuDebug.hxx" #include "DebuggerParser.hxx" diff --git a/stella/src/debugger/DebuggerParser.hxx b/stella/src/debugger/DebuggerParser.hxx index 09ec2b4fe..b84314d17 100644 --- a/stella/src/debugger/DebuggerParser.hxx +++ b/stella/src/debugger/DebuggerParser.hxx @@ -13,18 +13,16 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: DebuggerParser.hxx,v 1.30 2005-07-14 11:28:37 stephena Exp $ +// $Id: DebuggerParser.hxx,v 1.31 2005-07-14 11:51:03 stephena Exp $ //============================================================================ #ifndef DEBUGGER_PARSER_HXX #define DEBUGGER_PARSER_HXX -class Console; class Debugger; struct Command; #include "bspf.hxx" -#include "EquateList.hxx" #include "Array.hxx" typedef enum { diff --git a/stella/src/yacc/YaccParser.hxx b/stella/src/yacc/YaccParser.hxx index dfaa13787..d6fbc49c1 100644 --- a/stella/src/yacc/YaccParser.hxx +++ b/stella/src/yacc/YaccParser.hxx @@ -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.hxx,v 1.4 2005-07-14 11:28:38 stephena Exp $ +// $Id: YaccParser.hxx,v 1.5 2005-07-14 11:51:04 stephena Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project @@ -22,9 +22,6 @@ #ifndef PARSER_HXX #define PARSER_HXX -class Debugger; -class System; - #include "Expression.hxx" //#ifdef __cplusplus