summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-03-09 03:26:34 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-03-10 11:28:13 +0200
commitf60a5ec08fd9c1138d924911847140c6e3dd8fb5 (patch)
tree62ae1eb0ee742bfec48d340437661407df8349bd /src
parent501b8fe743c56ad07c5fd8bdd4bfffa13fcb3c4d (diff)
downloadminetest-f60a5ec08fd9c1138d924911847140c6e3dd8fb5.tar.gz
minetest-f60a5ec08fd9c1138d924911847140c6e3dd8fb5.tar.bz2
minetest-f60a5ec08fd9c1138d924911847140c6e3dd8fb5.zip
Remove header in servermain.cpp to make minetestserver to build
Diffstat (limited to 'src')
-rw-r--r--src/servermain.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/servermain.cpp b/src/servermain.cpp
index 7a05bb964..4194faaaa 100644
--- a/src/servermain.cpp
+++ b/src/servermain.cpp
@@ -66,7 +66,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "constants.h"
#include "strfnd.h"
#include "porting.h"
-#include "materials.h"
#include "config.h"
#include "filesys.h"
#include "defaultsettings.h"