mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-05 15:55:45 +00:00
Move include where it is needed
This commit is contained in:
parent
a3942a1e0a
commit
cc08a45c31
@ -1,5 +1,7 @@
|
||||
#include "findsmoothpath.hpp"
|
||||
|
||||
#include <components/misc/convert.hpp>
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
|
||||
|
@ -14,9 +14,8 @@
|
||||
#include <DetourNavMesh.h>
|
||||
#include <DetourNavMeshQuery.h>
|
||||
|
||||
#include <components/misc/convert.hpp>
|
||||
|
||||
#include <osg/Vec3f>
|
||||
|
||||
#include <cassert>
|
||||
#include <vector>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user