summaryrefslogtreecommitdiff
path: root/src/mapnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapnode.h')
-rw-r--r--src/mapnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapnode.h b/src/mapnode.h
index ce233e8e3..04234830d 100644
--- a/src/mapnode.h
+++ b/src/mapnode.h
@@ -28,7 +28,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "serialization.h"
#include "tile.h"
#include "iirrlichtwrapper.h"
-#include "nodemetadata.h"
/*
Initializes all kind of stuff in here.
@@ -121,6 +120,7 @@ enum LiquidType
};
class MapNode;
+class NodeMetadata;
struct ContentFeatures
{