From 0b80e82cfd008df2d6b58f445e4335c53e4f604b Mon Sep 17 00:00:00 2001 From: thrust26 Date: Sun, 16 Jun 2019 20:05:01 +0200 Subject: [PATCH] remove superfluous includes --- src/common/PKeyboardHandler.cxx | 2 +- src/emucore/CompuMate.cxx | 2 -- src/emucore/EventHandler.cxx | 3 --- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/common/PKeyboardHandler.cxx b/src/common/PKeyboardHandler.cxx index e6c7c98ea..b973d0bac 100644 --- a/src/common/PKeyboardHandler.cxx +++ b/src/common/PKeyboardHandler.cxx @@ -26,7 +26,7 @@ #include "TIASurface.hxx" #include "PNGLibrary.hxx" #include "PKeyboardHandler.hxx" -#include "KeyMap.hxx" + #ifdef DEBUGGER_SUPPORT #include "Debugger.hxx" diff --git a/src/emucore/CompuMate.cxx b/src/emucore/CompuMate.cxx index 579e67616..0620062c3 100644 --- a/src/emucore/CompuMate.cxx +++ b/src/emucore/CompuMate.cxx @@ -15,8 +15,6 @@ // this file, and for a DISCLAIMER OF ALL WARRANTIES. //============================================================================ -#include "Control.hxx" -#include "StellaKeys.hxx" #include "CompuMate.hxx" // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/emucore/EventHandler.cxx b/src/emucore/EventHandler.cxx index 7a76b24c9..bd316c2a2 100644 --- a/src/emucore/EventHandler.cxx +++ b/src/emucore/EventHandler.cxx @@ -18,18 +18,15 @@ #include #include -#include "bspf.hxx" #include "Logger.hxx" #include "Base.hxx" #include "Console.hxx" -#include "Event.hxx" #include "FrameBuffer.hxx" #include "FSNode.hxx" #include "OSystem.hxx" #include "Joystick.hxx" #include "Paddles.hxx" -#include "PJoystickHandler.hxx" #include "PointingDevice.hxx" #include "PropsSet.hxx" #include "Settings.hxx"