summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2010-06-03 07:04:07 +0000
committernakeee <nakeee@gmail.com>2010-06-03 07:04:07 +0000
commit2c8e96d857fab8cd790bc65ac3fabc876573d331 (patch)
treef3a28de55bc43264f0dce040673fa0ed11fd17b1 /Source/Core
parent450aefdd01d87f659c0a83406b04d58362fedef8 (diff)
Duck session!
Rabbit session! git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5585 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/InputCommon/Src/X11InputBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/Src/X11InputBase.h b/Source/Core/InputCommon/Src/X11InputBase.h
index 0d9e85458d..eaf8475e50 100644
--- a/Source/Core/InputCommon/Src/X11InputBase.h
+++ b/Source/Core/InputCommon/Src/X11InputBase.h
@@ -20,7 +20,7 @@
#include <X11/X.h>
#include <X11/keysym.h>
-#include "ConfigInput.h"
+#include "InputConfig.h"
#if defined(HAVE_WX) && HAVE_WX
#include <wx/wx.h>
#endif