1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 21:23:52 +00:00

Remove includes that aren't needed any more

This commit is contained in:
Nelsson Huotari 2019-10-23 00:07:41 +03:00
parent 9e5db10288
commit fdc73b87ba

View file

@ -1,15 +1,9 @@
#include "terrainstorage.hpp" #include "terrainstorage.hpp"
#include <set>
#include <memory>
#include "../../model/world/land.hpp" #include "../../model/world/land.hpp"
#include "../../model/world/landtexture.hpp" #include "../../model/world/landtexture.hpp"
#include <components/esmterrain/storage.hpp> #include <components/esmterrain/storage.hpp>
#include <components/debug/debuglog.hpp>
#include <components/misc/resourcehelpers.hpp>
#include <components/vfs/manager.hpp>
namespace CSVRender namespace CSVRender
{ {