summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/GCAdapter.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-06-07 18:25:32 -0400
committerLioncash <mathew1800@gmail.com>2019-06-07 19:54:39 -0400
commitc0c0e412e05916c3f45d122b54347bae3225ccc8 (patch)
tree3adbaac0d472ae77196290d9bfe0c9cc24fcc7f3 /Source/Core/InputCommon/GCAdapter.cpp
parente73a3ba1c626041f3a6e2aecda048c56680e533e (diff)
Core/ConfigManager: Use forward declarations where applicable
Avoids dragging in IniFile, EXI device and SI device headers in this header which is quite widely used throughout the codebase. This also uncovered a few cases where indirect inclusions were being relied upon, which this also fixes.
Diffstat (limited to 'Source/Core/InputCommon/GCAdapter.cpp')
-rw-r--r--Source/Core/InputCommon/GCAdapter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/GCAdapter.cpp b/Source/Core/InputCommon/GCAdapter.cpp
index 2d990a213c..493d8003f2 100644
--- a/Source/Core/InputCommon/GCAdapter.cpp
+++ b/Source/Core/InputCommon/GCAdapter.cpp
@@ -15,6 +15,7 @@
#include "Core/Core.h"
#include "Core/CoreTiming.h"
#include "Core/HW/SI/SI.h"
+#include "Core/HW/SI/SI_Device.h"
#include "Core/HW/SystemTimers.h"
#include "Core/LibusbUtils.h"
#include "Core/NetPlayProto.h"