diff options
| author | Léo Lam <leo@leolam.fr> | 2022-03-21 03:04:27 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2022-03-21 03:04:27 +0100 |
| commit | ffcc7f659ebc9bc9d149e52bec553b906bb47369 (patch) | |
| tree | 9ea66c537dfd709700c5a2e6c12dd3a4fa371de4 /src/KingSystem/Physics/System/physPhantom.cpp | |
| parent | ec37bc00181e69a88a410e2807d5f560bae81529 (diff) | |
Remove unneeded include
Diffstat (limited to 'src/KingSystem/Physics/System/physPhantom.cpp')
| -rw-r--r-- | src/KingSystem/Physics/System/physPhantom.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/KingSystem/Physics/System/physPhantom.cpp b/src/KingSystem/Physics/System/physPhantom.cpp index ddbe92c5..561e284d 100644 --- a/src/KingSystem/Physics/System/physPhantom.cpp +++ b/src/KingSystem/Physics/System/physPhantom.cpp @@ -1,7 +1,6 @@ #include "KingSystem/Physics/System/physPhantom.h" #include <Havok/Physics2012/Dynamics/World/hkpWorld.h> #include <math/seadVector.h> -#include <optional> #include <prim/seadSafeString.h> #include "KingSystem/Physics/RigidBody/physRigidBodyRequestMgr.h" #include "KingSystem/Physics/System/physSystem.h" |
