From 953085d4d9c632b4bccc4b77c049527d6a6ce5cf Mon Sep 17 00:00:00 2001 From: nakeee Date: Sat, 6 Sep 2008 21:56:20 +0000 Subject: [PATCH] include fix git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@448 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DolphinWX/src/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/src/Main.cpp b/Source/Core/DolphinWX/src/Main.cpp index a0b1a2d621..8cd51f4f30 100644 --- a/Source/Core/DolphinWX/src/Main.cpp +++ b/Source/Core/DolphinWX/src/Main.cpp @@ -28,7 +28,7 @@ #include "Frame.h" #include "Config.h" #include "CodeWindow.h" -#include "../../Common/src/ExtendedTrace.h" +#include "ExtendedTrace.h" IMPLEMENT_APP(DolphinApp)