diff options
| author | Scott Moreau <oreaus@gmail.com> | 2014-01-19 19:06:55 -0700 |
|---|---|---|
| committer | Scott Moreau <oreaus@gmail.com> | 2014-01-20 00:32:01 -0700 |
| commit | 4b3c338930464c2d3d33d1e6fbd5397ef3067a2e (patch) | |
| tree | 39adbe867707848aed8ecfed6c1a0e53eed89f58 /Source/Core/InputCommon/ControllerInterface | |
| parent | 75020b9b513a31db4e1070ecb314282c53d6b2e4 (diff) | |
Merge Platform.h into GLInterface.h
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp index 493b8ba791..ab99273c31 100644 --- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp +++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp @@ -1,7 +1,7 @@ #include "ControllerInterface.h" #if USE_EGL -#include "GLInterface/Platform.h" +#include "GLInterface.h" #endif #ifdef CIFACE_USE_XINPUT |
