diff options
| author | 2014-12-06 21:14:14 -0200 | |
|---|---|---|
| committer | 2014-12-13 02:08:06 -0200 | |
| commit | 4d2a6f8b9b3eeb85574a5e4f93422ffd4feebcd3 (patch) | |
| tree | 1e3fd71256c04a15970b09abd3f7280f8b1ff678 /src/citra_qt/main.cpp | |
| parent | Add configurable per-class log filtering (diff) | |
| download | yuzu-4d2a6f8b9b3eeb85574a5e4f93422ffd4feebcd3.tar.gz yuzu-4d2a6f8b9b3eeb85574a5e4f93422ffd4feebcd3.tar.xz yuzu-4d2a6f8b9b3eeb85574a5e4f93422ffd4feebcd3.zip | |
Remove old logging system
Diffstat (limited to 'src/citra_qt/main.cpp')
| -rw-r--r-- | src/citra_qt/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index 817732167..1299338ac 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp | |||
| @@ -7,7 +7,6 @@ | |||
| 7 | #include "main.hxx" | 7 | #include "main.hxx" |
| 8 | 8 | ||
| 9 | #include "common/common.h" | 9 | #include "common/common.h" |
| 10 | #include "common/log_manager.h" | ||
| 11 | #include "common/logging/text_formatter.h" | 10 | #include "common/logging/text_formatter.h" |
| 12 | #include "common/logging/log.h" | 11 | #include "common/logging/log.h" |
| 13 | #include "common/logging/backend.h" | 12 | #include "common/logging/backend.h" |