summaryrefslogtreecommitdiffstats
path: root/src/core/core_timing.cpp
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-06-21 16:11:32 +0200
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-06-28 01:36:54 +0200
commitaea15f5c731b325be48ea4900ae3eca341ac03cd (patch)
tree695d7a0d4c404340cabdd5e5565913f3c86ba5b9 /src/core/core_timing.cpp
parentCitraQt: Cleanup includes. (diff)
downloadyuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar
yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.gz
yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.bz2
yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.lz
yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.xz
yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.zst
yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.zip
Diffstat (limited to '')
-rw-r--r--src/core/core_timing.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/core_timing.cpp b/src/core/core_timing.cpp
index 0eb717c8d..72006a53e 100644
--- a/src/core/core_timing.cpp
+++ b/src/core/core_timing.cpp
@@ -3,12 +3,11 @@
// Refer to the license.txt file included.
#include <atomic>
-#include <cstdio>
#include <mutex>
#include <vector>
-#include "common/assert.h"
#include "common/chunk_file.h"
+#include "common/logging/log.h"
#include "common/string_util.h"
#include "core/arm/arm_interface.h"