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:
parent
9e5db10288
commit
fdc73b87ba
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue