summaryrefslogtreecommitdiffstats
path: root/src/core/core_timing.cpp
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2016-09-21 08:52:38 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2016-09-21 09:15:56 +0200
commit84fbbe26297652d994d203bde543ec252c2d801a (patch)
tree5f6fcc088dab9d53ee30e64b47fce2e04c8fb13c /src/core/core_timing.cpp
parentRemove empty newlines in #include blocks. (diff)
downloadyuzu-84fbbe26297652d994d203bde543ec252c2d801a.tar
yuzu-84fbbe26297652d994d203bde543ec252c2d801a.tar.gz
yuzu-84fbbe26297652d994d203bde543ec252c2d801a.tar.bz2
yuzu-84fbbe26297652d994d203bde543ec252c2d801a.tar.lz
yuzu-84fbbe26297652d994d203bde543ec252c2d801a.tar.xz
yuzu-84fbbe26297652d994d203bde543ec252c2d801a.tar.zst
yuzu-84fbbe26297652d994d203bde543ec252c2d801a.zip
Diffstat (limited to '')
-rw-r--r--src/core/core_timing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_timing.cpp b/src/core/core_timing.cpp
index 4f38403e3..5220b55ea 100644
--- a/src/core/core_timing.cpp
+++ b/src/core/core_timing.cpp
@@ -2,7 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#include "core/core.h"
#include <atomic>
#include <cinttypes>
#include <mutex>
@@ -11,6 +10,7 @@
#include "common/logging/log.h"
#include "common/string_util.h"
#include "core/arm/arm_interface.h"
+#include "core/core.h"
#include "core/core_timing.h"
int g_clock_rate_arm11 = 268123480;