summaryrefslogtreecommitdiff
path: root/src/common/extended_trace.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2014-04-08 20:15:08 -0400
committerGravatar bunnei2014-04-08 20:15:08 -0400
commitde0a034a849f5a1cbe2fed9ef2cc4095c56e672a (patch)
treec19b7a97fded29a04d7aca5702ab901820a663dc /src/common/extended_trace.cpp
parentgot rid of 'src' folders in each sub-project (diff)
downloadyuzu-de0a034a849f5a1cbe2fed9ef2cc4095c56e672a.tar.gz
yuzu-de0a034a849f5a1cbe2fed9ef2cc4095c56e672a.tar.xz
yuzu-de0a034a849f5a1cbe2fed9ef2cc4095c56e672a.zip
fixed project includes to use new directory structure
Diffstat (limited to '')
-rw-r--r--src/common/extended_trace.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/extended_trace.cpp b/src/common/extended_trace.cpp
index 9f717dba3..77425bd0d 100644
--- a/src/common/extended_trace.cpp
+++ b/src/common/extended_trace.cpp
@@ -16,8 +16,8 @@
16 16
17#include <windows.h> 17#include <windows.h>
18#include <stdio.h> 18#include <stdio.h>
19#include "extended_trace.h" 19#include "common/extended_trace.h"
20#include "string_util.h" 20#include "common/string_util.h"
21using namespace std; 21using namespace std;
22 22
23#include <tchar.h> 23#include <tchar.h>