From 4b3c338930464c2d3d33d1e6fbd5397ef3067a2e Mon Sep 17 00:00:00 2001 From: Scott Moreau Date: Sun, 19 Jan 2014 19:06:55 -0700 Subject: Merge Platform.h into GLInterface.h --- Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp') 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 -- cgit v1.2.3