summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.cpp
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2014-12-06 21:14:14 -0200
committerGravatar Yuri Kunde Schlesner2014-12-13 02:08:06 -0200
commit4d2a6f8b9b3eeb85574a5e4f93422ffd4feebcd3 (patch)
tree1e3fd71256c04a15970b09abd3f7280f8b1ff678 /src/citra_qt/main.cpp
parentAdd configurable per-class log filtering (diff)
downloadyuzu-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.cpp1
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"