summaryrefslogtreecommitdiff
path: root/src/clientiface.cpp
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2017-01-08 11:01:35 +0100
committerNer'zhul <nerzhul@users.noreply.github.com>2017-01-08 12:16:06 +0100
commit98e36d7d681abc508aa81b6f9df0c8c87c7cfe17 (patch)
tree03d06979c7567045e47eaad360193846f8d1f665 /src/clientiface.cpp
parenteb2c19bbedecb5f42c946b0c14466abc0b109825 (diff)
downloadminetest-98e36d7d681abc508aa81b6f9df0c8c87c7cfe17.tar.gz
minetest-98e36d7d681abc508aa81b6f9df0c8c87c7cfe17.tar.bz2
minetest-98e36d7d681abc508aa81b6f9df0c8c87c7cfe17.zip
Move ServerEnvironment to dedicated cpp/header files
* also cleanup some unneeded inclusions
Diffstat (limited to 'src/clientiface.cpp')
-rw-r--r--src/clientiface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientiface.cpp b/src/clientiface.cpp
index 0390cf0ff..1610c21fd 100644
--- a/src/clientiface.cpp
+++ b/src/clientiface.cpp
@@ -26,7 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "settings.h"
#include "mapblock.h"
#include "network/connection.h"
-#include "environment.h"
+#include "serverenvironment.h"
#include "map.h"
#include "emerge.h"
#include "content_sao.h" // TODO this is used for cleanup of only