diff options
| author | Pokechu22 <Pokechu022@gmail.com> | 2022-04-20 15:31:40 -0700 |
|---|---|---|
| committer | Pokechu22 <Pokechu022@gmail.com> | 2022-06-02 19:39:36 -0700 |
| commit | 279888da8c3f827c718fe9d9421e00f08dc2440c (patch) | |
| tree | d3769845ae941a8b323a6984924773351741369d /Source/Core/InputCommon/GCAdapter.cpp | |
| parent | 3ae775e5745ba847b2195022ebc107004c871dc7 (diff) | |
GCAdapter: Remove unused includes
Diffstat (limited to 'Source/Core/InputCommon/GCAdapter.cpp')
| -rw-r--r-- | Source/Core/InputCommon/GCAdapter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/GCAdapter.cpp b/Source/Core/InputCommon/GCAdapter.cpp index 6242ce3155..5ac8907d57 100644 --- a/Source/Core/InputCommon/GCAdapter.cpp +++ b/Source/Core/InputCommon/GCAdapter.cpp @@ -36,9 +36,7 @@ #if GCADAPTER_USE_LIBUSB_IMPLEMENTATION #include "Common/ScopeGuard.h" -#include "Core/ConfigManager.h" #include "Core/LibusbUtils.h" -#include "Core/NetPlayProto.h" #elif GCADAPTER_USE_ANDROID_IMPLEMENTATION #include "jni/AndroidCommon/IDCache.h" #endif |
