Skip to content
Snippets Groups Projects
Commit 96b71236 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Clean headers a bit

parent 3b77a63d
No related branches found
No related tags found
No related merge requests found
......@@ -21,11 +21,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define MAPNODE_HEADER
#include <iostream>
#include "common_irrlicht.h"
#include "irrlichttypes.h"
#include "light.h"
#include "exceptions.h"
#include "serialization.h"
#include "materials.h"
#ifndef SERVER
#include "tile.h"
#endif
......
......@@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#ifndef SERVER
#include "tile.h"
#endif
#include "materials.h" // DiggingProperties
/*
Content feature list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment