diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2021-08-26 18:02:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-26 18:02:08 +0200 |
commit | d8b8e123f66eb2d4ae2f3dd3f4cd5d9b5f97bf14 (patch) | |
tree | 7b39b05e07db2138182ee583dfe0a32569d206ef /src/common/Collision/Models/ModelInstance.cpp | |
parent | 5bb2e5f2f9971cbbe2f85063042d258015ecf2b3 (diff) |
refactor(Core/Common): code cleanup (part 12) (#7520)
Diffstat (limited to 'src/common/Collision/Models/ModelInstance.cpp')
-rw-r--r-- | src/common/Collision/Models/ModelInstance.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/Collision/Models/ModelInstance.cpp b/src/common/Collision/Models/ModelInstance.cpp index 01e2219cd6..fa46242f03 100644 --- a/src/common/Collision/Models/ModelInstance.cpp +++ b/src/common/Collision/Models/ModelInstance.cpp @@ -6,7 +6,6 @@ #include "ModelInstance.h" #include "MapTree.h" -#include "VMapDefinitions.h" #include "WorldModel.h" using G3D::Vector3; |