diff options
| author | ljfa-ag <ljfa-ag@web.de> | 2015-07-03 18:59:13 +0200 |
|---|---|---|
| committer | ljfa-ag <ljfa-ag@web.de> | 2015-07-03 18:59:13 +0200 |
| commit | 09dca802bdfc076ac8457df0b8f657fdce915a75 (patch) | |
| tree | 3b610c96483586708fb45669a7f8535c9b17d403 | |
| parent | c9bbfc47734709221a64381e04b3e823a98b06ff (diff) | |
| download | Project-Tick-09dca802bdfc076ac8457df0b8f657fdce915a75.tar.gz Project-Tick-09dca802bdfc076ac8457df0b8f657fdce915a75.zip | |
Remove unneeded forward declarations
| -rw-r--r-- | include/value.h | 4 |
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 * |
