projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28fe298
)
Remove #include <content_mapnode.h> from game.cpp
author
Perttu Ahola
<celeron55@gmail.com>
Tue, 15 Nov 2011 22:34:33 +0000
(
00:34
+0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Tue, 29 Nov 2011 17:13:46 +0000
(19:13 +0200)
src/game.cpp
patch
|
blob
|
history
diff --git
a/src/game.cpp
b/src/game.cpp
index 925dead7c6943681106cd4c40af3b1d69df9f70c..ca13d292c1239650ef93b743ff48303d58786050 100644
(file)
--- 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
/*