From b2fdecf86efb920cf4ec47cb217e7977474bfe32 Mon Sep 17 00:00:00 2001 From: stephena Date: Tue, 12 Nov 2002 01:02:16 +0000 Subject: [PATCH] Removed unnecessary reference to . git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@140 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/emucore/Console.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stella/src/emucore/Console.cxx b/stella/src/emucore/Console.cxx index 750d85a5e..d75d2c103 100644 --- a/stella/src/emucore/Console.cxx +++ b/stella/src/emucore/Console.cxx @@ -13,14 +13,13 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: Console.cxx,v 1.7 2002-11-11 02:46:34 stephena Exp $ +// $Id: Console.cxx,v 1.8 2002-11-12 01:02:16 stephena Exp $ //============================================================================ #include #include #include #include -#include #include "Booster.hxx" #include "Cart.hxx"