diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-11-16 00:34:33 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-11-29 19:13:46 +0200 |
commit | 81f1cc662f7c203f69757bab5ca85023967da638 (patch) | |
tree | 6345039416fdeea53db3fcb8d14d4375a8b0605a /src/game.cpp | |
parent | 28fe2987a0ddd9746fb9bbd52c97bf1e7e586f70 (diff) | |
download | minetest-81f1cc662f7c203f69757bab5ca85023967da638.tar.gz minetest-81f1cc662f7c203f69757bab5ca85023967da638.tar.bz2 minetest-81f1cc662f7c203f69757bab5ca85023967da638.zip |
Remove #include <content_mapnode.h> from game.cpp
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp index 925dead7c..ca13d292c 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -47,9 +47,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "nodedef.h" #include "nodemetadata.h" #include "main.h" // For g_settings -#include "content_mapnode.h" // For content_mapnode_init #include "tooldef.h" -#include "content_mapnode.h" // Default nodes #include "tile.h" // For TextureSource /* |