From 2c8340e1dc3b05d7f314c363ebc9278f40eb5350 Mon Sep 17 00:00:00 2001 From: Scott Moreau Date: Mon, 20 Jan 2014 00:46:21 -0700 Subject: Move GLInterface.h into GLInterface directory --- 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 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 -- cgit v1.2.3