aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/soc_u.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/hle/service/soc_u.cpp
parentebdae19fd226104baec712b9da9939ff82ef3c3a (diff)
Use negative priorities to avoid special-casing the self-include
Diffstat (limited to 'src/core/hle/service/soc_u.cpp')
-rw-r--r--src/core/hle/service/soc_u.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/soc_u.cpp b/src/core/hle/service/soc_u.cpp
index 1eab61e52..4279b67fb 100644
--- a/src/core/hle/service/soc_u.cpp
+++ b/src/core/hle/service/soc_u.cpp
@@ -2,7 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#include "core/hle/service/soc_u.h"
#include <algorithm>
#include <cstring>
#include <unordered_map>
@@ -14,6 +13,7 @@
#include "common/scope_exit.h"
#include "core/hle/kernel/session.h"
#include "core/hle/result.h"
+#include "core/hle/service/soc_u.h"
#include "core/memory.h"
#ifdef _WIN32