summaryrefslogtreecommitdiff
path: root/src/KingSystem/Utils/Thread
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2022-01-16 22:22:24 +0100
committerLéo Lam <leo@leolam.fr>2022-01-16 22:24:00 +0100
commitcba2a5b8b07d1bf069d0cffe8ee73b911c6a5f0c (patch)
tree294888d537741ef80c4231561a1031a51d31e3ab /src/KingSystem/Utils/Thread
parent99b913f86d9f78f00de34ece2da7ce4a10d111e5 (diff)
ksys: Declutter Utils by creating new Utils/Container folder
Diffstat (limited to 'src/KingSystem/Utils/Thread')
-rw-r--r--src/KingSystem/Utils/Thread/MessageDispatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/Utils/Thread/MessageDispatcher.h b/src/KingSystem/Utils/Thread/MessageDispatcher.h
index d8867c9f..2a6706d5 100644
--- a/src/KingSystem/Utils/Thread/MessageDispatcher.h
+++ b/src/KingSystem/Utils/Thread/MessageDispatcher.h
@@ -7,10 +7,10 @@
#include <prim/seadTypedBitFlag.h>
#include <thread/seadAtomic.h>
#include <thread/seadCriticalSection.h>
+#include "KingSystem/Utils/Container/UniqueArrayPtr.h"
#include "KingSystem/Utils/Thread/Event.h"
#include "KingSystem/Utils/Thread/MessageDispatcherBase.h"
#include "KingSystem/Utils/Thread/MessageProcessor.h"
-#include "KingSystem/Utils/UniqueArrayPtr.h"
namespace sead {
class Thread;