summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2008-10-23 09:11:26 +0000
committernakeee <nakeee@gmail.com>2008-10-23 09:11:26 +0000
commit3b4d8a47b3c5573cb7f2afa2d41a7f9b87c1850d (patch)
treedf3cfe62f108112d1e008902378bed4e84003d3b /Source
parent04228642458e7c1cdcd625927dcfe8730313fae0 (diff)
Config is now one dir up
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@944 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
-rw-r--r--Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp b/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp
index fe52ec7ca6..4badb030d8 100644
--- a/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp
+++ b/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp
@@ -18,7 +18,7 @@
#include "ConfigDlg.h"
#include "../Globals.h"
-#include "Config.h"
+#include "../Config.h"
#include "../TextureMngr.h"