diff options
| author | Lioncash <mathew1800@gmail.com> | 2016-01-12 22:34:13 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2016-01-13 02:47:32 -0500 |
| commit | f2038b9e90cd34b65686158981384be24b607f75 (patch) | |
| tree | 8425efe81d2aeac36a50db459ae433b8b466e3e1 /Source/Core/InputCommon/GCAdapter_Null.cpp | |
| parent | 8f8134f5f4da2ff29f58c8f373ed1f5c64bcdf71 (diff) | |
HW: Remove unnecessary header inclusions
Diffstat (limited to 'Source/Core/InputCommon/GCAdapter_Null.cpp')
| -rw-r--r-- | Source/Core/InputCommon/GCAdapter_Null.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/GCAdapter_Null.cpp b/Source/Core/InputCommon/GCAdapter_Null.cpp index 0936eb33f1..b7bc81dfa7 100644 --- a/Source/Core/InputCommon/GCAdapter_Null.cpp +++ b/Source/Core/InputCommon/GCAdapter_Null.cpp @@ -2,9 +2,12 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include "Common/CommonTypes.h" #include "InputCommon/GCAdapter.h" + namespace GCAdapter { + void Init() {} void Reset() {} void ResetRumble() {} |
