summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinNoGUI/MainNoGUI.cpp
diff options
context:
space:
mode:
authorScott Mansell <phiren@gmail.com>2023-01-31 18:22:43 +1300
committerScott Mansell <phiren@gmail.com>2023-02-09 18:36:20 +1300
commit4422af1272959fb48418a6a863a62c20730434ac (patch)
tree7587c4fd0ea265a6b92ed3a6e14db49e51609a63 /Source/Core/DolphinNoGUI/MainNoGUI.cpp
parent5803786beb4a7c1c95ccd96929b16143060dd663 (diff)
Cleanup headers
Diffstat (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp')
-rw-r--r--Source/Core/DolphinNoGUI/MainNoGUI.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp
index 11bbf55da1..e8bb0958ab 100644
--- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp
+++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp
@@ -33,7 +33,6 @@
#include "InputCommon/GCAdapter.h"
-#include "VideoCommon/RenderBase.h"
#include "VideoCommon/VideoBackendBase.h"
static std::unique_ptr<Platform> s_platform;