From 0397535fa7ea1faece45c5bab5cf4b7b798f716c Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Thu, 3 Aug 2017 15:10:29 +0200 Subject: Removed unused forward declarations (#3888) --- src/Chunk.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/Chunk.h') diff --git a/src/Chunk.h b/src/Chunk.h index b5dcd7b91..d1cfb3196 100644 --- a/src/Chunk.h +++ b/src/Chunk.h @@ -15,18 +15,10 @@ -namespace Json -{ - class Value; -}; - - - class cWorld; class cClientHandle; -class cServer; class cPlayer; class cChunkMap; class cBeaconEntity; @@ -42,9 +34,6 @@ class cNoteEntity; class cMobHeadEntity; class cFlowerPotEntity; class cBlockArea; -class cPawn; -class cPickup; -class cChunkDataSerializer; class cBlockArea; class cFluidSimulatorData; class cMobCensus; -- cgit v1.2.3