diff options
6 files changed, 0 insertions, 14 deletions
diff --git a/xbmc/cores/RetroPlayer/RetroPlayer.cpp b/xbmc/cores/RetroPlayer/RetroPlayer.cpp index 314e26d630..f34a11514e 100644 --- a/xbmc/cores/RetroPlayer/RetroPlayer.cpp +++ b/xbmc/cores/RetroPlayer/RetroPlayer.cpp @@ -21,13 +21,10 @@ #include "cores/RetroPlayer/rendering/RPRenderManager.h" #include "cores/RetroPlayer/savestates/ISavestate.h" #include "cores/RetroPlayer/savestates/SavestateDatabase.h" -#include "cores/RetroPlayer/savestates/SavestateUtils.h" #include "cores/RetroPlayer/streams/RPStreamManager.h" #include "dialogs/GUIDialogYesNo.h" -#include "filesystem/File.h" #include "games/addons/input/GameClientInput.h" #include "games/addons/GameClient.h" -#include "games/dialogs/osd/DialogGameVideoSelect.h" #include "games/tags/GameInfoTag.h" #include "games/GameServices.h" #include "games/GameSettings.h" @@ -45,7 +42,6 @@ #include "utils/log.h" #include "utils/MathUtils.h" #include "utils/StringUtils.h" -#include "utils/URIUtils.h" #include "FileItem.h" #include "ServiceBroker.h" #include "URL.h" diff --git a/xbmc/cores/RetroPlayer/RetroPlayerAutoSave.cpp b/xbmc/cores/RetroPlayer/RetroPlayerAutoSave.cpp index 7a115faf24..05215a07c8 100644 --- a/xbmc/cores/RetroPlayer/RetroPlayerAutoSave.cpp +++ b/xbmc/cores/RetroPlayer/RetroPlayerAutoSave.cpp @@ -7,7 +7,6 @@ */ #include "RetroPlayerAutoSave.h" -#include "cores/RetroPlayer/playback/IPlayback.h" #include "games/GameSettings.h" #include "utils/log.h" #include "URL.h" diff --git a/xbmc/cores/RetroPlayer/guicontrols/GUIGameControl.cpp b/xbmc/cores/RetroPlayer/guicontrols/GUIGameControl.cpp index 2126dc4600..7f8f7df6c7 100644 --- a/xbmc/cores/RetroPlayer/guicontrols/GUIGameControl.cpp +++ b/xbmc/cores/RetroPlayer/guicontrols/GUIGameControl.cpp @@ -10,17 +10,11 @@ #include "GUIRenderSettings.h" #include "cores/RetroPlayer/guibridge/GUIGameRenderManager.h" #include "cores/RetroPlayer/guibridge/GUIRenderHandle.h" -#include "cores/RetroPlayer/rendering/RenderSettings.h" -#include "cores/RetroPlayer/rendering/RenderVideoSettings.h" -#include "games/GameServices.h" -#include "windowing/GraphicContext.h" -#include "utils/TransformMatrix.h" #include "settings/GameSettings.h" #include "settings/MediaSettings.h" #include "utils/Geometry.h" #include "utils/StringUtils.h" #include "Application.h" -#include "ApplicationPlayer.h" #include "ServiceBroker.h" #include <sstream> diff --git a/xbmc/cores/RetroPlayer/guiwindows/GameWindowFullScreenText.cpp b/xbmc/cores/RetroPlayer/guiwindows/GameWindowFullScreenText.cpp index 09d05da88d..74858d7d5e 100644 --- a/xbmc/cores/RetroPlayer/guiwindows/GameWindowFullScreenText.cpp +++ b/xbmc/cores/RetroPlayer/guiwindows/GameWindowFullScreenText.cpp @@ -8,7 +8,6 @@ #include "GameWindowFullScreenText.h" #include "video/windows/GUIWindowFullScreenDefines.h" -#include "guilib/GUIDialog.h" #include "guilib/GUIMessage.h" #include "guilib/GUIWindow.h" diff --git a/xbmc/cores/RetroPlayer/process/RPProcessInfo.cpp b/xbmc/cores/RetroPlayer/process/RPProcessInfo.cpp index 23ae214f4f..c51b259657 100644 --- a/xbmc/cores/RetroPlayer/process/RPProcessInfo.cpp +++ b/xbmc/cores/RetroPlayer/process/RPProcessInfo.cpp @@ -12,7 +12,6 @@ #include "cores/RetroPlayer/rendering/RenderContext.h" #include "cores/DataCacheCore.h" #include "windowing/GraphicContext.h" -#include "rendering/RenderSystem.h" #include "settings/DisplaySettings.h" #include "settings/MediaSettings.h" #include "threads/SingleLock.h" diff --git a/xbmc/cores/RetroPlayer/rendering/RenderContext.h b/xbmc/cores/RetroPlayer/rendering/RenderContext.h index 76d67bf3d5..4315c1419f 100644 --- a/xbmc/cores/RetroPlayer/rendering/RenderContext.h +++ b/xbmc/cores/RetroPlayer/rendering/RenderContext.h @@ -9,7 +9,6 @@ #pragma once #include "windowing/Resolution.h" -#include "rendering/RenderSystemTypes.h" #include "utils/Color.h" #include "utils/Geometry.h" |