Another small fix that I forgot to include.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@207 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2003-11-13 12:50:11 +00:00
parent 7b72240fa2
commit 98d447fcbc
1 changed files with 1 additions and 3 deletions

View File

@ -13,14 +13,12 @@
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: EventHandler.cxx,v 1.20 2003-11-13 00:26:58 stephena Exp $ // $Id: EventHandler.cxx,v 1.21 2003-11-13 12:50:11 stephena Exp $
//============================================================================ //============================================================================
#include <algorithm> #include <algorithm>
#include <sstream> #include <sstream>
#include "pch.hxx"
#include "Console.hxx" #include "Console.hxx"
#include "Event.hxx" #include "Event.hxx"
#include "EventHandler.hxx" #include "EventHandler.hxx"