1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-15 23:09:42 +00:00

Merge branch 'cleanup_includes' into 'master'

Cleanup some includes

See merge request 
This commit is contained in:
psi29a 2021-11-08 07:32:40 +00:00
commit 9f26dfadd1
6 changed files with 3 additions and 14 deletions

View file

@ -4,6 +4,8 @@
#include <stdint.h>
#include <memory>
#include <osg/Vec2f>
#include "windowpinnablebase.hpp"
#include <components/esm/cellid.hpp>

View file

@ -4,8 +4,6 @@
#include <mutex>
#include <iostream>
#include <osg/io_utils>
namespace Debug
{
enum Level

View file

@ -7,16 +7,8 @@
#include <osg/io_utils>
#include <components/bullethelpers/operators.hpp>
#include <components/misc/guarded.hpp>
#include <chrono>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <memory>
#include <sstream>
#include <string>
#include <thread>
class dtNavMesh;

View file

@ -9,7 +9,6 @@
#include <LinearMath/btTransform.h>
#include <array>
#include <functional>
#include <memory>
#include <tuple>
#include <vector>

View file

@ -14,8 +14,6 @@
#include <map>
#include <optional>
#include <memory>
#include <variant>
#include <tuple>
#include <mutex>
class btCollisionShape;

View file

@ -1,4 +1,4 @@
#include "navmesh.hpp"
#include "recastmesh.hpp"
#include "detourdebugdraw.hpp"
#include <components/detournavigator/settings.hpp>