summaryrefslogtreecommitdiff
path: root/src/core/system.cpp
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2016-09-20 23:52:38 -0700
committerYuri Kunde Schlesner <yuriks@yuriks.net>2016-09-21 00:15:56 -0700
commit84fbbe26297652d994d203bde543ec252c2d801a (patch)
tree5f6fcc088dab9d53ee30e64b47fce2e04c8fb13c /src/core/system.cpp
parentebdae19fd226104baec712b9da9939ff82ef3c3a (diff)
Use negative priorities to avoid special-casing the self-include
Diffstat (limited to 'src/core/system.cpp')
-rw-r--r--src/core/system.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/system.cpp b/src/core/system.cpp
index ef190203c..7d54811a0 100644
--- a/src/core/system.cpp
+++ b/src/core/system.cpp
@@ -2,7 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#include "core/system.h"
#include "audio_core/audio_core.h"
#include "core/core.h"
#include "core/core_timing.h"
@@ -11,6 +10,7 @@
#include "core/hle/kernel/kernel.h"
#include "core/hle/kernel/memory.h"
#include "core/hw/hw.h"
+#include "core/system.h"
#include "video_core/video_core.h"
namespace System {