summaryrefslogtreecommitdiff
path: root/apps/openmw/mwworld/scene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/openmw/mwworld/scene.cpp')
-rw-r--r--apps/openmw/mwworld/scene.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/openmw/mwworld/scene.cpp b/apps/openmw/mwworld/scene.cpp
index 054e26e855..7a9e742895 100644
--- a/apps/openmw/mwworld/scene.cpp
+++ b/apps/openmw/mwworld/scene.cpp
@@ -2,11 +2,9 @@
#include <limits>
#include <chrono>
-#include <thread>
#include <atomic>
#include <BulletCollision/CollisionDispatch/btCollisionObject.h>
-#include <BulletCollision/CollisionShapes/btCompoundShape.h>
#include <components/debug/debuglog.hpp>
#include <components/loadinglistener/loadinglistener.hpp>
@@ -14,7 +12,6 @@
#include <components/settings/settings.hpp>
#include <components/resource/resourcesystem.hpp>
#include <components/resource/scenemanager.hpp>
-#include <components/resource/bulletshape.hpp>
#include <components/sceneutil/positionattitudetransform.hpp>
#include <components/detournavigator/navigator.hpp>
#include <components/detournavigator/debug.hpp>