1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-06-27 18:51:34 +00:00

Remove unneeded forward declaration

This commit is contained in:
Nelsson Huotari 2019-09-18 12:04:03 +03:00
parent 4a2d8aaf97
commit c2428bc5fa

View file

@ -18,11 +18,6 @@ namespace VFS
class Manager; class Manager;
} }
namespace CSVRender
{
class TerrainStorage;
}
namespace ESMTerrain namespace ESMTerrain
{ {