1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-13 19:36:44 +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
{ {