From 3b4d8a47b3c5573cb7f2afa2d41a7f9b87c1850d Mon Sep 17 00:00:00 2001 From: nakeee Date: Thu, 23 Oct 2008 09:11:26 +0000 Subject: [PATCH] Config is now one dir up git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@944 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"