From e716f7be8c9bcfaafdb3e639866d080bbec9c712 Mon Sep 17 00:00:00 2001 From: "j4ck.fr0st" Date: Sun, 28 Feb 2010 18:39:33 +0000 Subject: [PATCH] Whoops. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5144 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoSoftware/Src/VideoConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/VideoConfig.cpp b/Source/Plugins/Plugin_VideoSoftware/Src/VideoConfig.cpp index 884fff0565..74470df1a4 100644 --- a/Source/Plugins/Plugin_VideoSoftware/Src/VideoConfig.cpp +++ b/Source/Plugins/Plugin_VideoSoftware/Src/VideoConfig.cpp @@ -15,7 +15,7 @@ // Official SVN repository and contact information can be found at // http://code.google.com/p/dolphin-emu/ -#include "Common.h" +#include "FileUtil.h" #include "IniFile.h" #include "VideoConfig.h"