clang-tidy: Remove redundant header includes.

This commit is contained in:
Stephen Anthony 2023-11-16 12:26:39 -03:30
parent e788e55f53
commit 27c3e09b94
104 changed files with 10 additions and 171 deletions

View File

@ -25,7 +25,6 @@
#include "Font.hxx" #include "Font.hxx"
#include "InputTextDialog.hxx" #include "InputTextDialog.hxx"
#include "OSystem.hxx" #include "OSystem.hxx"
#include "Props.hxx"
#include "Widget.hxx" #include "Widget.hxx"
#include "CheatCodeDialog.hxx" #include "CheatCodeDialog.hxx"

View File

@ -16,7 +16,6 @@
//============================================================================ //============================================================================
#include "OSystem.hxx" #include "OSystem.hxx"
#include "Console.hxx"
#include "Cheat.hxx" #include "Cheat.hxx"
#include "Settings.hxx" #include "Settings.hxx"
#include "CheetahCheat.hxx" #include "CheetahCheat.hxx"

View File

@ -17,7 +17,6 @@
#include <cmath> #include <cmath>
#include "SDL_lib.hxx"
#include "bspf.hxx" #include "bspf.hxx"
#include "Logger.hxx" #include "Logger.hxx"

View File

@ -21,7 +21,6 @@
#include "bspf.hxx" #include "bspf.hxx"
#include "Bankswitch.hxx" #include "Bankswitch.hxx"
#include "OSystem.hxx"
#include "FSNodeFactory.hxx" #include "FSNodeFactory.hxx"
#include "FSNodeZIP.hxx" #include "FSNodeZIP.hxx"

View File

@ -16,8 +16,8 @@
//============================================================================ //============================================================================
#include "JoyMap.hxx" #include "JoyMap.hxx"
#include "jsonDefinitions.hxx"
#include "Logger.hxx" #include "Logger.hxx"
#include "jsonDefinitions.hxx"
using json = nlohmann::json; using json = nlohmann::json;

View File

@ -18,7 +18,6 @@
#include "KeyMap.hxx" #include "KeyMap.hxx"
#include "Logger.hxx" #include "Logger.hxx"
#include "jsonDefinitions.hxx" #include "jsonDefinitions.hxx"
#include <map>
using json = nlohmann::json; using json = nlohmann::json;

View File

@ -17,9 +17,7 @@
#include "OSystem.hxx" #include "OSystem.hxx"
#include "Console.hxx" #include "Console.hxx"
#include "Joystick.hxx"
#include "Paddles.hxx" #include "Paddles.hxx"
#include "MindLink.hxx"
#include "PointingDevice.hxx" #include "PointingDevice.hxx"
#include "Driving.hxx" #include "Driving.hxx"
#include "Settings.hxx" #include "Settings.hxx"

View File

@ -15,11 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include <map>
#include "OSystem.hxx"
#include "Settings.hxx"
#include "Vec.hxx"
#include "bspf.hxx" #include "bspf.hxx"
#include "PhysicalJoystick.hxx" #include "PhysicalJoystick.hxx"
#include "jsonDefinitions.hxx" #include "jsonDefinitions.hxx"

View File

@ -17,15 +17,11 @@
#ifdef SOUND_SUPPORT #ifdef SOUND_SUPPORT
#include <sstream>
#include <cassert>
#include <cmath> #include <cmath>
#include "SDL_lib.hxx" #include "SDL_lib.hxx"
#include "Logger.hxx" #include "Logger.hxx"
#include "FrameBuffer.hxx" #include "FrameBuffer.hxx"
#include "Settings.hxx"
#include "System.hxx"
#include "OSystem.hxx" #include "OSystem.hxx"
#include "Console.hxx" #include "Console.hxx"
#include "AudioQueue.hxx" #include "AudioQueue.hxx"
@ -33,7 +29,6 @@
#include "AudioSettings.hxx" #include "AudioSettings.hxx"
#include "audio/SimpleResampler.hxx" #include "audio/SimpleResampler.hxx"
#include "audio/LanczosResampler.hxx" #include "audio/LanczosResampler.hxx"
#include "StaggeredLogger.hxx"
#include "ThreadDebugging.hxx" #include "ThreadDebugging.hxx"
#include "SoundSDL2.hxx" #include "SoundSDL2.hxx"

View File

@ -19,10 +19,7 @@
#include "Settings.hxx" #include "Settings.hxx"
#include "Console.hxx" #include "Console.hxx"
#include "Cart.hxx" #include "Cart.hxx"
#include "Control.hxx"
#include "Switches.hxx" #include "Switches.hxx"
#include "System.hxx"
#include "Serializable.hxx"
#include "RewindManager.hxx" #include "RewindManager.hxx"
#include "StateManager.hxx" #include "StateManager.hxx"

View File

@ -15,13 +15,10 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include <cstdlib>
#include "bspf.hxx" #include "bspf.hxx"
#include "Logger.hxx" #include "Logger.hxx"
#include "MediaFactory.hxx" #include "MediaFactory.hxx"
#include "Console.hxx" #include "Console.hxx"
#include "Event.hxx"
#include "EventHandler.hxx" #include "EventHandler.hxx"
#include "FrameBuffer.hxx" #include "FrameBuffer.hxx"
#include "PropsSet.hxx" #include "PropsSet.hxx"
@ -30,7 +27,6 @@
#include "FSNode.hxx" #include "FSNode.hxx"
#include "OSystem.hxx" #include "OSystem.hxx"
#include "PNGLibrary.hxx" #include "PNGLibrary.hxx"
#include "System.hxx"
#include "TIASurface.hxx" #include "TIASurface.hxx"
#include "ProfilingRunner.hxx" #include "ProfilingRunner.hxx"

View File

@ -15,8 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include <sstream>
#include "CompositeKVRJsonAdapter.hxx" #include "CompositeKVRJsonAdapter.hxx"
#include "repository/KeyValueRepositoryJsonFile.hxx" #include "repository/KeyValueRepositoryJsonFile.hxx"

View File

@ -16,7 +16,6 @@
//============================================================================ //============================================================================
#include "KeyValueRepositoryConfigfile.hxx" #include "KeyValueRepositoryConfigfile.hxx"
#include "Logger.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KeyValueRepositoryConfigfile::KeyValueRepositoryConfigfile(const FSNode& file) KeyValueRepositoryConfigfile::KeyValueRepositoryConfigfile(const FSNode& file)

View File

@ -16,7 +16,6 @@
//============================================================================ //============================================================================
#include "KeyValueRepositorySqlite.hxx" #include "KeyValueRepositorySqlite.hxx"
#include "Logger.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KeyValueRepositorySqlite::KeyValueRepositorySqlite( KeyValueRepositorySqlite::KeyValueRepositorySqlite(

View File

@ -15,8 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include <cstdio>
#include "FSNode.hxx" #include "FSNode.hxx"
#include "SqliteDatabase.hxx" #include "SqliteDatabase.hxx"
#include "Logger.hxx" #include "Logger.hxx"

View File

@ -15,9 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include <sstream>
#include "StellaDb.hxx"
#include "Logger.hxx" #include "Logger.hxx"
#include "SqliteError.hxx" #include "SqliteError.hxx"
#include "repository/KeyValueRepositoryNoop.hxx" #include "repository/KeyValueRepositoryNoop.hxx"
@ -34,6 +31,8 @@
#include "SettingsRepositoryMACOS.hxx" #include "SettingsRepositoryMACOS.hxx"
#endif #endif
#include "StellaDb.hxx"
namespace { namespace {
constexpr Int32 CURRENT_VERSION = 1; constexpr Int32 CURRENT_VERSION = 1;
} // namespace } // namespace

View File

@ -17,7 +17,6 @@
#include "BlitterFactory.hxx" #include "BlitterFactory.hxx"
#include "SDL_lib.hxx"
#include "BilinearBlitter.hxx" #include "BilinearBlitter.hxx"
#include "QisBlitter.hxx" #include "QisBlitter.hxx"

View File

@ -15,7 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include "TIASurface.hxx"
#include "Settings.hxx" #include "Settings.hxx"
#include "NTSCFilter.hxx" #include "NTSCFilter.hxx"

View File

@ -33,7 +33,6 @@
#include "RomWidget.hxx" #include "RomWidget.hxx"
#include "Base.hxx" #include "Base.hxx"
#include "Device.hxx" #include "Device.hxx"
#include "exception/EmulationWarning.hxx"
#include "TIA.hxx" #include "TIA.hxx"
#include "M6532.hxx" #include "M6532.hxx"

View File

@ -15,8 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include <sstream>
#include "M6502.hxx" #include "M6502.hxx"
#include "System.hxx" #include "System.hxx"
#include "Debugger.hxx" #include "Debugger.hxx"

View File

@ -15,8 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include <map>
#include "bspf.hxx" #include "bspf.hxx"
#include "Version.hxx" #include "Version.hxx"
@ -37,15 +35,11 @@
#include "Cart.hxx" #include "Cart.hxx"
#include "CartDebug.hxx" #include "CartDebug.hxx"
#include "CartDebugWidget.hxx"
#include "CartRamWidget.hxx"
#include "CpuDebug.hxx" #include "CpuDebug.hxx"
#include "RiotDebug.hxx" #include "RiotDebug.hxx"
#include "TIADebug.hxx" #include "TIADebug.hxx"
#include "TiaInfoWidget.hxx" #include "TiaInfoWidget.hxx"
#include "TiaOutputWidget.hxx"
#include "TiaZoomWidget.hxx"
#include "EditTextWidget.hxx" #include "EditTextWidget.hxx"
#include "RomWidget.hxx" #include "RomWidget.hxx"

View File

@ -18,7 +18,6 @@
#include "CartBUS.hxx" #include "CartBUS.hxx"
#include "DataGridWidget.hxx" #include "DataGridWidget.hxx"
#include "PopUpWidget.hxx" #include "PopUpWidget.hxx"
#include "EditTextWidget.hxx"
#include "CartBUSWidget.hxx" #include "CartBUSWidget.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -22,7 +22,6 @@ class CartridgeBUS;
class PopUpWidget; class PopUpWidget;
class CheckboxWidget; class CheckboxWidget;
class DataGridWidget; class DataGridWidget;
class EditTextWidget;
#include "CartARMWidget.hxx" #include "CartARMWidget.hxx"

View File

@ -15,10 +15,8 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include "OSystem.hxx"
#include "DataGridWidget.hxx" #include "DataGridWidget.hxx"
#include "PopUpWidget.hxx" #include "PopUpWidget.hxx"
#include "EditTextWidget.hxx"
#include "CartCDFWidget.hxx" #include "CartCDFWidget.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -22,7 +22,6 @@ class PopUpWidget;
class CheckboxWidget; class CheckboxWidget;
class DataGridWidget; class DataGridWidget;
class StaticTextWidget; class StaticTextWidget;
class EditTextWidget;
class SliderWidget; class SliderWidget;
#include "CartCDF.hxx" #include "CartCDF.hxx"

View File

@ -15,8 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include "Debugger.hxx"
#include "CartDebug.hxx"
#include "CartCV.hxx" #include "CartCV.hxx"
#include "CartCVWidget.hxx" #include "CartCVWidget.hxx"

View File

@ -18,7 +18,6 @@
#include "CartDPCPlus.hxx" #include "CartDPCPlus.hxx"
#include "DataGridWidget.hxx" #include "DataGridWidget.hxx"
#include "PopUpWidget.hxx" #include "PopUpWidget.hxx"
#include "EditTextWidget.hxx"
#include "CartDPCPlusWidget.hxx" #include "CartDPCPlusWidget.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -22,7 +22,6 @@ class CartridgeDPCPlus;
class PopUpWidget; class PopUpWidget;
class CheckboxWidget; class CheckboxWidget;
class DataGridWidget; class DataGridWidget;
class EditTextWidget;
#include "CartARMWidget.hxx" #include "CartARMWidget.hxx"

View File

@ -17,7 +17,6 @@
#include "EditTextWidget.hxx" #include "EditTextWidget.hxx"
#include "GuiObject.hxx" #include "GuiObject.hxx"
#include "OSystem.hxx"
#include "CartDebug.hxx" #include "CartDebug.hxx"
#include "StringParser.hxx" #include "StringParser.hxx"
#include "Widget.hxx" #include "Widget.hxx"

View File

@ -15,8 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include <sstream>
#include "OSystem.hxx" #include "OSystem.hxx"
#include "GuiObject.hxx" #include "GuiObject.hxx"
#include "Debugger.hxx" #include "Debugger.hxx"

View File

@ -21,7 +21,6 @@
#include "Debugger.hxx" #include "Debugger.hxx"
#include "CartDebug.hxx" #include "CartDebug.hxx"
#include "TIADebug.hxx" #include "TIADebug.hxx"
#include "TIAConstants.hxx"
#include "FBSurface.hxx" #include "FBSurface.hxx"
#include "Font.hxx" #include "Font.hxx"
#include "Base.hxx" #include "Base.hxx"

View File

@ -21,7 +21,6 @@
#include "InputTextDialog.hxx" #include "InputTextDialog.hxx"
#include "OSystem.hxx" #include "OSystem.hxx"
#include "Debugger.hxx" #include "Debugger.hxx"
#include "CartDebug.hxx"
#include "Font.hxx" #include "Font.hxx"
#include "FBSurface.hxx" #include "FBSurface.hxx"
#include "Widget.hxx" #include "Widget.hxx"

View File

@ -25,8 +25,6 @@
#include "Font.hxx" #include "Font.hxx"
#include "DataGridWidget.hxx" #include "DataGridWidget.hxx"
#include "EditTextWidget.hxx" #include "EditTextWidget.hxx"
#include "PopUpWidget.hxx"
#include "ContextMenu.hxx"
#include "RomListWidget.hxx" #include "RomListWidget.hxx"
#include "RomWidget.hxx" #include "RomWidget.hxx"

View File

@ -21,7 +21,6 @@
#include "Debugger.hxx" #include "Debugger.hxx"
#include "RiotDebug.hxx" #include "RiotDebug.hxx"
#include "TIADebug.hxx" #include "TIADebug.hxx"
#include "TIA.hxx"
#include "Widget.hxx" #include "Widget.hxx"
#include "EditTextWidget.hxx" #include "EditTextWidget.hxx"
#include "GuiObject.hxx" #include "GuiObject.hxx"

View File

@ -23,10 +23,8 @@
#include "GuiObject.hxx" #include "GuiObject.hxx"
#include "OSystem.hxx" #include "OSystem.hxx"
#include "Debugger.hxx" #include "Debugger.hxx"
#include "CartDebug.hxx"
#include "TIA.hxx" #include "TIA.hxx"
#include "TIADebug.hxx" #include "TIADebug.hxx"
#include "ToggleBitWidget.hxx"
#include "TogglePixelWidget.hxx" #include "TogglePixelWidget.hxx"
#include "Widget.hxx" #include "Widget.hxx"
#include "DelayQueueWidget.hxx" #include "DelayQueueWidget.hxx"

View File

@ -22,7 +22,6 @@ class GuiObject;
class ButtonWidget; class ButtonWidget;
class DataGridWidget; class DataGridWidget;
class StaticTextWidget; class StaticTextWidget;
class ToggleBitWidget;
class TogglePixelWidget; class TogglePixelWidget;
class EditTextWidget; class EditTextWidget;
class ColorWidget; class ColorWidget;

View File

@ -15,10 +15,8 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include "OSystem.hxx"
#include "Widget.hxx" #include "Widget.hxx"
#include "Dialog.hxx" #include "Dialog.hxx"
#include "Debugger.hxx"
#include "FBSurface.hxx" #include "FBSurface.hxx"
#include "Font.hxx" #include "Font.hxx"
#include "ToggleBitWidget.hxx" #include "ToggleBitWidget.hxx"

View File

@ -15,10 +15,9 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include "OSystem.hxx" #include "Dialog.hxx"
#include "Widget.hxx" #include "Widget.hxx"
#include "Font.hxx" #include "Font.hxx"
#include "Debugger.hxx"
#include "FBSurface.hxx" #include "FBSurface.hxx"
#include "TogglePixelWidget.hxx" #include "TogglePixelWidget.hxx"

View File

@ -15,7 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include "OSystem.hxx"
#include "Base.hxx" #include "Base.hxx"
#include "StellaKeys.hxx" #include "StellaKeys.hxx"
#include "Widget.hxx" #include "Widget.hxx"

View File

@ -21,7 +21,6 @@
#include "YaccParser.hxx" #include "YaccParser.hxx"
namespace YaccParser { namespace YaccParser {
#include <cstdio>
#include <cctype> #include <cctype>
#include "y.tab.h" #include "y.tab.h"

View File

@ -17,7 +17,6 @@
#include "MediaFactory.hxx" #include "MediaFactory.hxx"
#include "System.hxx" #include "System.hxx"
#include "OSystem.hxx"
#include "AtariVox.hxx" #include "AtariVox.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -18,7 +18,6 @@
#include "FSNode.hxx" #include "FSNode.hxx"
#include "Settings.hxx" #include "Settings.hxx"
#include "System.hxx" #include "System.hxx"
#include "MD5.hxx"
#ifdef DEBUGGER_SUPPORT #ifdef DEBUGGER_SUPPORT
#include "Debugger.hxx" #include "Debugger.hxx"
#include "Base.hxx" #include "Base.hxx"

View File

@ -16,7 +16,6 @@
//============================================================================ //============================================================================
#include "System.hxx" #include "System.hxx"
#include "TIA.hxx"
#include "Cart3EPlus.hxx" #include "Cart3EPlus.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -16,7 +16,6 @@
//============================================================================ //============================================================================
#include "System.hxx" #include "System.hxx"
#include "TIA.hxx"
#include "Cart3F.hxx" #include "Cart3F.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -15,7 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include "System.hxx"
#include "Cart4K.hxx" #include "Cart4K.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -15,7 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include "System.hxx"
#include "Cart4KSC.hxx" #include "Cart4KSC.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -15,7 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include "System.hxx"
#include "CartBF.hxx" #include "CartBF.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -15,7 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include "System.hxx"
#include "CartBFSC.hxx" #include "CartBFSC.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -23,9 +23,9 @@
#include "CartCDFInfoWidget.hxx" #include "CartCDFInfoWidget.hxx"
#endif #endif
#include "Settings.hxx"
#include "System.hxx" #include "System.hxx"
#include "CartCDF.hxx" #include "CartCDF.hxx"
#include "TIA.hxx"
#include "exception/FatalEmulationError.hxx" #include "exception/FatalEmulationError.hxx"
namespace { namespace {

View File

@ -15,7 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include "System.hxx"
#include "CartCV.hxx" #include "CartCV.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -64,8 +64,6 @@
#include "CartWD.hxx" #include "CartWD.hxx"
#include "CartX07.hxx" #include "CartX07.hxx"
#include "MD5.hxx" #include "MD5.hxx"
#include "Props.hxx"
#include "Logger.hxx"
#include "Settings.hxx" #include "Settings.hxx"
#include "CartDetector.hxx" #include "CartDetector.hxx"

View File

@ -19,7 +19,6 @@
#define CARTRIDGE_CREATOR_HXX #define CARTRIDGE_CREATOR_HXX
class Cartridge; class Cartridge;
class Properties;
class Settings; class Settings;
#include "Bankswitch.hxx" #include "Bankswitch.hxx"

View File

@ -15,7 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include "System.hxx"
#include "CartDF.hxx" #include "CartDF.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -15,7 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include "System.hxx"
#include "CartDFSC.hxx" #include "CartDFSC.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -19,9 +19,9 @@
#include "Debugger.hxx" #include "Debugger.hxx"
#endif #endif
#include "MD5.hxx" #include "MD5.hxx"
#include "Settings.hxx"
#include "System.hxx" #include "System.hxx"
#include "CartDPCPlus.hxx" #include "CartDPCPlus.hxx"
#include "TIA.hxx"
#include "exception/FatalEmulationError.hxx" #include "exception/FatalEmulationError.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -15,7 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include "System.hxx"
#include "CartEF.hxx" #include "CartEF.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -15,7 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include "System.hxx"
#include "CartEFSC.hxx" #include "CartEFSC.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -15,7 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include "System.hxx"
#include "CartFA.hxx" #include "CartFA.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -18,8 +18,6 @@
#ifndef CARTRIDGEFA_HXX #ifndef CARTRIDGEFA_HXX
#define CARTRIDGEFA_HXX #define CARTRIDGEFA_HXX
class System;
#include "bspf.hxx" #include "bspf.hxx"
#include "CartEnhanced.hxx" #include "CartEnhanced.hxx"
#ifdef DEBUGGER_SUPPORT #ifdef DEBUGGER_SUPPORT

View File

@ -15,7 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include "System.hxx"
#include "CartFC.hxx" #include "CartFC.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -15,7 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include "System.hxx"
#include "CartTVBoy.hxx" #include "CartTVBoy.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -15,8 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include <cassert>
#include <stdexcept>
#include <regex> #include <regex>
#include "AtariVox.hxx" #include "AtariVox.hxx"
@ -25,7 +23,6 @@
#include "Control.hxx" #include "Control.hxx"
#include "CartCM.hxx" #include "CartCM.hxx"
#include "Driving.hxx" #include "Driving.hxx"
#include "Event.hxx"
#include "EventHandler.hxx" #include "EventHandler.hxx"
#include "ControllerDetector.hxx" #include "ControllerDetector.hxx"
#include "Joystick.hxx" #include "Joystick.hxx"
@ -55,7 +52,6 @@
#include "FrameBuffer.hxx" #include "FrameBuffer.hxx"
#include "TIASurface.hxx" #include "TIASurface.hxx"
#include "OSystem.hxx" #include "OSystem.hxx"
#include "Serializable.hxx"
#include "Serializer.hxx" #include "Serializer.hxx"
#include "TimerManager.hxx" #include "TimerManager.hxx"
#include "Version.hxx" #include "Version.hxx"

View File

@ -15,7 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include <cassert>
#include <cmath> #include <cmath>
#include "System.hxx" #include "System.hxx"

View File

@ -16,7 +16,6 @@
//============================================================================ //============================================================================
#include <sstream> #include <sstream>
#include <map>
#include "Logger.hxx" #include "Logger.hxx"
@ -24,11 +23,8 @@
#include "Console.hxx" #include "Console.hxx"
#include "PaletteHandler.hxx" #include "PaletteHandler.hxx"
#include "FrameBuffer.hxx" #include "FrameBuffer.hxx"
#include "FSNode.hxx"
#include "OSystem.hxx" #include "OSystem.hxx"
#include "Joystick.hxx"
#include "Paddles.hxx" #include "Paddles.hxx"
#include "MindLink.hxx"
#include "Lightgun.hxx" #include "Lightgun.hxx"
#include "PointingDevice.hxx" #include "PointingDevice.hxx"
#include "Driving.hxx" #include "Driving.hxx"

View File

@ -17,7 +17,6 @@
#include "FSNodeFactory.hxx" #include "FSNodeFactory.hxx"
#include "FSNode.hxx" #include "FSNode.hxx"
#include "CartDetector.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FSNode::FSNode(const AbstractFSNodePtr& realNode) FSNode::FSNode(const AbstractFSNodePtr& realNode)

View File

@ -20,7 +20,6 @@
#include "Console.hxx" #include "Console.hxx"
#include "EventHandler.hxx" #include "EventHandler.hxx"
#include "Event.hxx"
#include "OSystem.hxx" #include "OSystem.hxx"
#include "Settings.hxx" #include "Settings.hxx"
#include "TIA.hxx" #include "TIA.hxx"
@ -33,7 +32,6 @@
#include "TIASurface.hxx" #include "TIASurface.hxx"
#include "Bezel.hxx" #include "Bezel.hxx"
#include "FrameBuffer.hxx" #include "FrameBuffer.hxx"
#include "PaletteHandler.hxx"
#include "StateManager.hxx" #include "StateManager.hxx"
#include "RewindManager.hxx" #include "RewindManager.hxx"
@ -51,7 +49,6 @@
#include "Stella14x28tFont.hxx" #include "Stella14x28tFont.hxx"
#include "Stella16x32tFont.hxx" #include "Stella16x32tFont.hxx"
#include "ConsoleFont.hxx" #include "ConsoleFont.hxx"
#include "ConsoleBFont.hxx"
#include "Launcher.hxx" #include "Launcher.hxx"
#include "OptionsMenu.hxx" #include "OptionsMenu.hxx"
#include "CommandMenu.hxx" #include "CommandMenu.hxx"

View File

@ -15,8 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include <cassert>
#include "Console.hxx" #include "Console.hxx"
#include "Settings.hxx" #include "Settings.hxx"
#include "Switches.hxx" #include "Switches.hxx"

View File

@ -15,8 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include <cstdio>
#include "System.hxx" #include "System.hxx"
#include "MT24LC256.hxx" #include "MT24LC256.hxx"

View File

@ -15,9 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include <cassert>
#include <functional>
#include "bspf.hxx" #include "bspf.hxx"
#include "Logger.hxx" #include "Logger.hxx"
@ -39,7 +36,6 @@
#include "PlusRomsMenu.hxx" #include "PlusRomsMenu.hxx"
#include "Launcher.hxx" #include "Launcher.hxx"
#include "TimeMachine.hxx" #include "TimeMachine.hxx"
#include "Widget.hxx"
#endif #endif
#include "FSNode.hxx" #include "FSNode.hxx"
@ -67,8 +63,6 @@
#include "DispatchResult.hxx" #include "DispatchResult.hxx"
#include "EmulationWorker.hxx" #include "EmulationWorker.hxx"
#include "AudioSettings.hxx" #include "AudioSettings.hxx"
#include "repository/KeyValueRepositoryNoop.hxx"
#include "repository/CompositeKeyValueRepositoryNoop.hxx"
#include "M6532.hxx" #include "M6532.hxx"
#include "OSystem.hxx" #include "OSystem.hxx"

View File

@ -17,7 +17,6 @@
#include <regex> #include <regex>
#include <atomic> #include <atomic>
#include <sstream>
#include <thread> #include <thread>
#include "bspf.hxx" #include "bspf.hxx"

View File

@ -16,7 +16,6 @@
//============================================================================ //============================================================================
#include <chrono> #include <chrono>
#include <cmath>
#include "ProfilingRunner.hxx" #include "ProfilingRunner.hxx"
#include "FSNode.hxx" #include "FSNode.hxx"

View File

@ -19,7 +19,6 @@
#include "bspf.hxx" #include "bspf.hxx"
#include "FSNode.hxx" #include "FSNode.hxx"
#include "Logger.hxx"
#include "DefProps.hxx" #include "DefProps.hxx"
#include "Props.hxx" #include "Props.hxx"
#include "PropsSet.hxx" #include "PropsSet.hxx"

View File

@ -17,7 +17,6 @@
#include "OSystem.hxx" #include "OSystem.hxx"
#include "EventHandler.hxx" #include "EventHandler.hxx"
#include "Event.hxx"
#include "Console.hxx" #include "Console.hxx"
#include "System.hxx" #include "System.hxx"
#include "TIA.hxx" #include "TIA.hxx"

View File

@ -16,7 +16,6 @@
//============================================================================ //============================================================================
#include "MT24LC256.hxx" #include "MT24LC256.hxx"
#include "OSystem.hxx"
#include "System.hxx" #include "System.hxx"
#include "SaveKey.hxx" #include "SaveKey.hxx"

View File

@ -15,7 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include <cassert>
#include <iostream> #include <iostream>
#include "Device.hxx" #include "Device.hxx"
@ -23,7 +22,6 @@
#include "M6532.hxx" #include "M6532.hxx"
#include "TIA.hxx" #include "TIA.hxx"
#include "Cart.hxx" #include "Cart.hxx"
#include "TimerManager.hxx"
#include "System.hxx" #include "System.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -15,8 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include <cmath>
#include "FBSurface.hxx" #include "FBSurface.hxx"
#include "Settings.hxx" #include "Settings.hxx"
#include "OSystem.hxx" #include "OSystem.hxx"

View File

@ -19,10 +19,8 @@
#include "M6502.hxx" #include "M6502.hxx"
#include "M6532.hxx" #include "M6532.hxx"
#include "Control.hxx" #include "Control.hxx"
#include "Paddles.hxx"
#include "DelayQueueIteratorImpl.hxx" #include "DelayQueueIteratorImpl.hxx"
#include "TIAConstants.hxx" #include "TIAConstants.hxx"
#include "frame-manager/FrameManager.hxx"
#include "AudioQueue.hxx" #include "AudioQueue.hxx"
#include "DispatchResult.hxx" #include "DispatchResult.hxx"
#include "Base.hxx" #include "Base.hxx"

View File

@ -17,7 +17,6 @@
// #define TIA_FRAMEMANAGER_DEBUG_LOG // #define TIA_FRAMEMANAGER_DEBUG_LOG
#include <algorithm>
#include <cmath> #include <cmath>
#include "FrameManager.hxx" #include "FrameManager.hxx"

View File

@ -15,12 +15,10 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include "bspf.hxx"
#include "Command.hxx" #include "Command.hxx"
#include "Dialog.hxx" #include "Dialog.hxx"
#include "FBSurface.hxx" #include "FBSurface.hxx"
#include "GuiObject.hxx" #include "GuiObject.hxx"
#include "OSystem.hxx"
#include "ColorWidget.hxx" #include "ColorWidget.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -20,7 +20,6 @@
#include "Dialog.hxx" #include "Dialog.hxx"
#include "EventHandler.hxx" #include "EventHandler.hxx"
#include "OSystem.hxx" #include "OSystem.hxx"
#include "EditTextWidget.hxx"
#include "PopUpWidget.hxx" #include "PopUpWidget.hxx"
#include "Widget.hxx" #include "Widget.hxx"
#include "Font.hxx" #include "Font.hxx"

View File

@ -19,7 +19,6 @@
#define COMBO_DIALOG_HXX #define COMBO_DIALOG_HXX
class PopUpWidget; class PopUpWidget;
class EditTextWidget;
class StaticTextWidget; class StaticTextWidget;
class OSystem; class OSystem;

View File

@ -17,14 +17,11 @@
#include "bspf.hxx" #include "bspf.hxx"
#include "OSystem.hxx" #include "OSystem.hxx"
#include "Joystick.hxx"
#include "Paddles.hxx"
#include "PointingDevice.hxx" #include "PointingDevice.hxx"
#include "SaveKey.hxx" #include "SaveKey.hxx"
#include "AtariVox.hxx" #include "AtariVox.hxx"
#include "Settings.hxx" #include "Settings.hxx"
#include "DevSettingsHandler.hxx" #include "DevSettingsHandler.hxx"
#include "EditTextWidget.hxx"
#include "PopUpWidget.hxx" #include "PopUpWidget.hxx"
#include "RadioButtonWidget.hxx" #include "RadioButtonWidget.hxx"
#include "ColorWidget.hxx" #include "ColorWidget.hxx"

View File

@ -22,7 +22,6 @@ class OSystem;
class GuiObject; class GuiObject;
class TabWidget; class TabWidget;
class CheckboxWidget; class CheckboxWidget;
class EditTextWidget;
class PopUpWidget; class PopUpWidget;
class RadioButtonGroup; class RadioButtonGroup;
class RadioButtonWidget; class RadioButtonWidget;

View File

@ -29,13 +29,10 @@
#include "TabWidget.hxx" #include "TabWidget.hxx"
#include "ToolTip.hxx" #include "ToolTip.hxx"
#include "ContextMenu.hxx"
#include "PopUpWidget.hxx"
#include "Settings.hxx" #include "Settings.hxx"
#include "Console.hxx" #include "Console.hxx"
#include "Vec.hxx" #include "Vec.hxx"
#include "TIA.hxx"
#include "MediaFactory.hxx" #include "MediaFactory.hxx"
/* /*

View File

@ -22,7 +22,6 @@
#include "EventHandler.hxx" #include "EventHandler.hxx"
#include "FrameBuffer.hxx" #include "FrameBuffer.hxx"
#include "FBSurface.hxx" #include "FBSurface.hxx"
#include "Joystick.hxx"
#include "bspf.hxx" #include "bspf.hxx"
#include "DialogContainer.hxx" #include "DialogContainer.hxx"

View File

@ -15,7 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include "OSystem.hxx"
#include "FBSurface.hxx" #include "FBSurface.hxx"
#include "Dialog.hxx" #include "Dialog.hxx"
#include "ToolTip.hxx" #include "ToolTip.hxx"

View File

@ -15,10 +15,7 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include <sstream>
#include "bspf.hxx" #include "bspf.hxx"
#include "OSystem.hxx" #include "OSystem.hxx"
#include "GuiObject.hxx" #include "GuiObject.hxx"
#include "PopUpWidget.hxx" #include "PopUpWidget.hxx"
@ -31,6 +28,7 @@
#include "Font.hxx" #include "Font.hxx"
#include "ComboDialog.hxx" #include "ComboDialog.hxx"
#include "Variant.hxx" #include "Variant.hxx"
#include "EventMappingWidget.hxx" #include "EventMappingWidget.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -16,8 +16,8 @@
//============================================================================ //============================================================================
#include "FSNode.hxx" #include "FSNode.hxx"
#include "json_lib.hxx"
#include "Settings.hxx" #include "Settings.hxx"
#include "json_lib.hxx"
#include "FavoritesManager.hxx" #include "FavoritesManager.hxx"

View File

@ -15,16 +15,14 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include <cctype> #include "bspf.hxx"
#include "ScrollBarWidget.hxx" #include "ScrollBarWidget.hxx"
#include "FileListWidget.hxx"
#include "TimerManager.hxx" #include "TimerManager.hxx"
#include "ProgressDialog.hxx" #include "ProgressDialog.hxx"
#include "FBSurface.hxx" #include "FBSurface.hxx"
#include "Bankswitch.hxx" #include "Bankswitch.hxx"
#include "bspf.hxx" #include "FileListWidget.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FileListWidget::FileListWidget(GuiObject* boss, const GUI::Font& font, FileListWidget::FileListWidget(GuiObject* boss, const GUI::Font& font,

View File

@ -39,7 +39,6 @@
#include "repository/KeyValueRepositoryPropertyFile.hxx" #include "repository/KeyValueRepositoryPropertyFile.hxx"
#include "FrameBuffer.hxx" #include "FrameBuffer.hxx"
#include "TIASurface.hxx" #include "TIASurface.hxx"
#include "TIA.hxx"
#include "Switches.hxx" #include "Switches.hxx"
#include "AudioSettings.hxx" #include "AudioSettings.hxx"
#include "bspf.hxx" #include "bspf.hxx"

View File

@ -17,7 +17,6 @@
#include "bspf.hxx" #include "bspf.hxx"
#include "Bankswitch.hxx" #include "Bankswitch.hxx"
#include "Control.hxx"
#include "Dialog.hxx" #include "Dialog.hxx"
#include "OSystem.hxx" #include "OSystem.hxx"
#include "FrameBuffer.hxx" #include "FrameBuffer.hxx"

View File

@ -19,7 +19,6 @@
#include "OSystem.hxx" #include "OSystem.hxx"
#include "Console.hxx" #include "Console.hxx"
#include "EventHandler.hxx" #include "EventHandler.hxx"
#include "Joystick.hxx"
#include "Paddles.hxx" #include "Paddles.hxx"
#include "MindLink.hxx" #include "MindLink.hxx"
#include "PointingDevice.hxx" #include "PointingDevice.hxx"
@ -28,7 +27,6 @@
#include "AtariVox.hxx" #include "AtariVox.hxx"
#include "Settings.hxx" #include "Settings.hxx"
#include "EventMappingWidget.hxx" #include "EventMappingWidget.hxx"
#include "EditTextWidget.hxx"
#include "JoystickDialog.hxx" #include "JoystickDialog.hxx"
#include "PopUpWidget.hxx" #include "PopUpWidget.hxx"
#include "TabWidget.hxx" #include "TabWidget.hxx"

View File

@ -23,7 +23,6 @@ class GuiObject;
class TabWidget; class TabWidget;
class EventMappingWidget; class EventMappingWidget;
class CheckboxWidget; class CheckboxWidget;
class EditTextWidget;
class JoystickDialog; class JoystickDialog;
class PopUpWidget; class PopUpWidget;
class SliderWidget; class SliderWidget;

View File

@ -26,7 +26,6 @@
#include "LauncherFileListWidget.hxx" #include "LauncherFileListWidget.hxx"
#include "NavigationWidget.hxx" #include "NavigationWidget.hxx"
#include "FSNode.hxx" #include "FSNode.hxx"
#include "MD5.hxx"
#include "OptionsDialog.hxx" #include "OptionsDialog.hxx"
#include "GameInfoDialog.hxx" #include "GameInfoDialog.hxx"
#include "HighScoresDialog.hxx" #include "HighScoresDialog.hxx"

View File

@ -16,8 +16,6 @@
//============================================================================ //============================================================================
#include "Dialog.hxx" #include "Dialog.hxx"
#include "OSystem.hxx"
#include "Version.hxx"
#include "Widget.hxx" #include "Widget.hxx"
#include "Font.hxx" #include "Font.hxx"
#include "StringParser.hxx" #include "StringParser.hxx"

View File

@ -21,8 +21,6 @@
#include "Dialog.hxx" #include "Dialog.hxx"
#include "DialogContainer.hxx" #include "DialogContainer.hxx"
#include "Widget.hxx" #include "Widget.hxx"
#include "Font.hxx"
#include "Control.hxx"
#include "EmulationDialog.hxx" #include "EmulationDialog.hxx"
#include "VideoAudioDialog.hxx" #include "VideoAudioDialog.hxx"
#include "InputDialog.hxx" #include "InputDialog.hxx"

View File

@ -27,7 +27,6 @@
#include "MessageBox.hxx" #include "MessageBox.hxx"
#include "OSystem.hxx" #include "OSystem.hxx"
#include "FrameBuffer.hxx" #include "FrameBuffer.hxx"
#include "MD5.hxx"
#include "Props.hxx" #include "Props.hxx"
#include "PropsSet.hxx" #include "PropsSet.hxx"
#include "Settings.hxx" #include "Settings.hxx"

View File

@ -26,7 +26,6 @@
#include "Props.hxx" #include "Props.hxx"
#include "PropsSet.hxx" #include "PropsSet.hxx"
#include "TimerManager.hxx" #include "TimerManager.hxx"
#include "FBSurfaceSDL2.hxx"
#include "RomImageWidget.hxx" #include "RomImageWidget.hxx"

View File

@ -15,7 +15,6 @@
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
//============================================================================ //============================================================================
#include "OSystem.hxx"
#include "Dialog.hxx" #include "Dialog.hxx"
#include "FBSurface.hxx" #include "FBSurface.hxx"
#include "ScrollBarWidget.hxx" #include "ScrollBarWidget.hxx"

View File

@ -20,7 +20,6 @@
#include "FBSurface.hxx" #include "FBSurface.hxx"
#include "Font.hxx" #include "Font.hxx"
#include "GuiObject.hxx" #include "GuiObject.hxx"
#include "OSystem.hxx"
#include "Widget.hxx" #include "Widget.hxx"
#include "TabWidget.hxx" #include "TabWidget.hxx"

Some files were not shown because too many files have changed in this diff Show More