summaryrefslogtreecommitdiff
path: root/apps/navmeshtool/worldspacedata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/navmeshtool/worldspacedata.cpp')
-rw-r--r--apps/navmeshtool/worldspacedata.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/navmeshtool/worldspacedata.cpp b/apps/navmeshtool/worldspacedata.cpp
index 227f73ad33..742e6d775d 100644
--- a/apps/navmeshtool/worldspacedata.cpp
+++ b/apps/navmeshtool/worldspacedata.cpp
@@ -1,7 +1,6 @@
#include "worldspacedata.hpp"
#include <components/bullethelpers/aabb.hpp>
-#include <components/bullethelpers/heightfield.hpp>
#include <components/debug/debuglog.hpp>
#include <components/detournavigator/gettilespositions.hpp>
#include <components/detournavigator/objectid.hpp>
@@ -14,7 +13,6 @@
#include <components/esmloader/esmdata.hpp>
#include <components/esmloader/lessbyid.hpp>
#include <components/esmloader/record.hpp>
-#include <components/misc/coordinateconverter.hpp>
#include <components/misc/resourcehelpers.hpp>
#include <components/misc/stringops.hpp>
#include <components/resource/bulletshapemanager.hpp>
@@ -24,7 +22,6 @@
#include <LinearMath/btVector3.h>
#include <osg/Vec2i>
-#include <osg/Vec3f>
#include <osg/ref_ptr>
#include <algorithm>
@@ -32,7 +29,6 @@
#include <stdexcept>
#include <string>
#include <string_view>
-#include <thread>
#include <tuple>
#include <utility>
#include <vector>