summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/System/physSystem.h
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2022-02-13 19:08:08 +0100
committerLéo Lam <leo@leolam.fr>2022-02-13 19:08:08 +0100
commitdfcfbbe4a4d0efc696b414edf59e0ce807b2d910 (patch)
treee0037359e62ed494b4330f28897c49d6827145ed /src/KingSystem/Physics/System/physSystem.h
parent3512b78627490b952db0dc4b4a8fc58d49e8d55b (diff)
ksys/phys: Move common headers (Defines, MaterialMask) out of System/
Diffstat (limited to 'src/KingSystem/Physics/System/physSystem.h')
-rw-r--r--src/KingSystem/Physics/System/physSystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/Physics/System/physSystem.h b/src/KingSystem/Physics/System/physSystem.h
index efdc0d7a..06dbc551 100644
--- a/src/KingSystem/Physics/System/physSystem.h
+++ b/src/KingSystem/Physics/System/physSystem.h
@@ -4,7 +4,7 @@
#include <container/seadPtrArray.h>
#include <heap/seadDisposer.h>
#include <thread/seadCriticalSection.h>
-#include "KingSystem/Physics/System/physDefines.h"
+#include "KingSystem/Physics/physDefines.h"
#include "KingSystem/Utils/Types.h"
namespace ksys::phys {