diff options
| author | 2014-04-08 20:15:08 -0400 | |
|---|---|---|
| committer | 2014-04-08 20:15:08 -0400 | |
| commit | de0a034a849f5a1cbe2fed9ef2cc4095c56e672a (patch) | |
| tree | c19b7a97fded29a04d7aca5702ab901820a663dc /src/common/extended_trace.cpp | |
| parent | got rid of 'src' folders in each sub-project (diff) | |
| download | yuzu-de0a034a849f5a1cbe2fed9ef2cc4095c56e672a.tar.gz yuzu-de0a034a849f5a1cbe2fed9ef2cc4095c56e672a.tar.xz yuzu-de0a034a849f5a1cbe2fed9ef2cc4095c56e672a.zip | |
fixed project includes to use new directory structure
Diffstat (limited to 'src/common/extended_trace.cpp')
| -rw-r--r-- | src/common/extended_trace.cpp | 4 |
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" |
| 21 | using namespace std; | 21 | using namespace std; |
| 22 | 22 | ||
| 23 | #include <tchar.h> | 23 | #include <tchar.h> |