summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorljfa-ag <ljfa-ag@web.de>2015-07-03 18:59:13 +0200
committerljfa-ag <ljfa-ag@web.de>2015-07-03 18:59:13 +0200
commit09dca802bdfc076ac8457df0b8f657fdce915a75 (patch)
tree3b610c96483586708fb45669a7f8535c9b17d403 /include
parentc9bbfc47734709221a64381e04b3e823a98b06ff (diff)
downloadProject-Tick-09dca802bdfc076ac8457df0b8f657fdce915a75.tar.gz
Project-Tick-09dca802bdfc076ac8457df0b8f657fdce915a75.zip
Remove unneeded forward declarations
Diffstat (limited to 'include')
-rw-r--r--include/value.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/value.h b/include/value.h
index 3aa056b35c..4116e2d0c1 100644
--- a/include/value.h
+++ b/include/value.h
@@ -27,10 +27,6 @@
namespace nbt
{
-//Forward declarations
-class tag_compound;
-class tag_list;
-
/**
* @brief Contains an NBT value of fixed type
*