From: Perttu Ahola Date: Tue, 15 Nov 2011 22:34:33 +0000 (+0200) Subject: Remove #include from game.cpp X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=81f1cc662f7c203f69757bab5ca85023967da638;p=zefram%2Fminetest%2Fminetest_engine.git Remove #include from game.cpp --- diff --git a/src/game.cpp b/src/game.cpp index 925dead7..ca13d292 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 /*