diff options
| author | Scott Moreau <oreaus@gmail.com> | 2014-01-20 00:46:21 -0700 |
|---|---|---|
| committer | Scott Moreau <oreaus@gmail.com> | 2014-01-20 00:46:21 -0700 |
| commit | 2c8340e1dc3b05d7f314c363ebc9278f40eb5350 (patch) | |
| tree | cc7d19aa18379479bf58700f6b3b24b8e760ec5d /Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp | |
| parent | 4b3c338930464c2d3d33d1e6fbd5397ef3067a2e (diff) | |
Move GLInterface.h into GLInterface directory
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp')
| -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 ab99273c31..66a7b1e56c 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.h" +#include "GLInterface/GLInterface.h" #endif #ifdef CIFACE_USE_XINPUT |
