remove superfluous includes

This commit is contained in:
thrust26 2019-06-16 20:05:01 +02:00
parent 9ca49afeee
commit 168833e000
3 changed files with 1 additions and 6 deletions

View File

@ -26,7 +26,7 @@
#include "TIASurface.hxx"
#include "PNGLibrary.hxx"
#include "PKeyboardHandler.hxx"
#include "KeyMap.hxx"
#ifdef DEBUGGER_SUPPORT
#include "Debugger.hxx"

View File

@ -15,8 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================
#include "Control.hxx"
#include "StellaKeys.hxx"
#include "CompuMate.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -18,18 +18,15 @@
#include <sstream>
#include <map>
#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"