diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-11-13 13:09:45 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-11-29 19:13:41 +0200 |
commit | 96b71236ed2d86d0865b748d4573ee237ea54c27 (patch) | |
tree | 232fee511ab155cddb751964e0d5b9fabb9083d8 /src | |
parent | 3b77a63d5dbfff0ae5ca8eb04a001904f7f568b2 (diff) | |
download | minetest-96b71236ed2d86d0865b748d4573ee237ea54c27.tar.gz minetest-96b71236ed2d86d0865b748d4573ee237ea54c27.tar.bz2 minetest-96b71236ed2d86d0865b748d4573ee237ea54c27.zip |
Clean headers a bit
Diffstat (limited to 'src')
-rw-r--r-- | src/mapnode.h | 3 | ||||
-rw-r--r-- | src/mapnode_contentfeatures.h | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mapnode.h b/src/mapnode.h index a93589c41..35920c5a6 100644 --- a/src/mapnode.h +++ b/src/mapnode.h @@ -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 diff --git a/src/mapnode_contentfeatures.h b/src/mapnode_contentfeatures.h index 7dd9df13b..835d95c33 100644 --- a/src/mapnode_contentfeatures.h +++ b/src/mapnode_contentfeatures.h @@ -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 |