summaryrefslogtreecommitdiffstats
path: root/src/common/console_listener.cpp
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-09-09 02:16:32 +0200
committerarchshift <admin@archshift.com>2014-09-09 02:25:43 +0200
commit9d7cc2bedc55b1d1327645b9c816eea3bcd5d658 (patch)
tree009f6afaf127c8c77730222a5d015b150d7885e2 /src/common/console_listener.cpp
parentMerge pull request #95 from lioncash/disassembler (diff)
downloadyuzu-9d7cc2bedc55b1d1327645b9c816eea3bcd5d658.tar
yuzu-9d7cc2bedc55b1d1327645b9c816eea3bcd5d658.tar.gz
yuzu-9d7cc2bedc55b1d1327645b9c816eea3bcd5d658.tar.bz2
yuzu-9d7cc2bedc55b1d1327645b9c816eea3bcd5d658.tar.lz
yuzu-9d7cc2bedc55b1d1327645b9c816eea3bcd5d658.tar.xz
yuzu-9d7cc2bedc55b1d1327645b9c816eea3bcd5d658.tar.zst
yuzu-9d7cc2bedc55b1d1327645b9c816eea3bcd5d658.zip
Diffstat (limited to '')
-rw-r--r--src/common/console_listener.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/common/console_listener.cpp b/src/common/console_listener.cpp
index 27697ef1f..6a89edd44 100644
--- a/src/common/console_listener.cpp
+++ b/src/common/console_listener.cpp
@@ -3,14 +3,10 @@
// Refer to the license.txt file included.
#include <algorithm>
-#include <cmath>
-#include <cstdio>
-#include <string>
+
#ifdef _WIN32
#include <windows.h>
#include <array>
-#else
-#include <cstdarg>
#endif
#include "common/common.h"