Removed unused forward declarations (#3888)

This commit is contained in:
Lukas Pioch
2017-08-03 15:10:29 +02:00
committed by Mattes D
parent 2ef8a62339
commit 0397535fa7
26 changed files with 2 additions and 102 deletions
-7
View File
@@ -16,13 +16,6 @@
// fwd:
class cBlockArea;
class cFloodyFluidSimulator :
public cDelayedFluidSimulator
{
-1
View File
@@ -4,7 +4,6 @@
#include "Simulator.h"
class cChunk;
class cWorld;
-7
View File
@@ -13,13 +13,6 @@
// fwd:
class cBlockArea;
class cVanillaFluidSimulator :
public cFloodyFluidSimulator
{