summaryrefslogtreecommitdiff
path: root/src/environment.h
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2017-01-11 09:03:07 +0100
committerNer'zhul <nerzhul@users.noreply.github.com>2017-01-11 15:53:56 +0100
commit430d3b28e46b16e1411ec0ecb6c0d0ab9d6feb63 (patch)
tree48d1db92e3ded542a8088da3fef17f83c17eeb2a /src/environment.h
parent66479394037baa941cb06d75d3afc79ff4c717a2 (diff)
downloadminetest-430d3b28e46b16e1411ec0ecb6c0d0ab9d6feb63.tar.gz
minetest-430d3b28e46b16e1411ec0ecb6c0d0ab9d6feb63.tar.bz2
minetest-430d3b28e46b16e1411ec0ecb6c0d0ab9d6feb63.zip
Cleanup some header inclusions to improve compilation times
Diffstat (limited to 'src/environment.h')
-rw-r--r--src/environment.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/environment.h b/src/environment.h
index 0cc3222f9..5154bbdcb 100644
--- a/src/environment.h
+++ b/src/environment.h
@@ -36,12 +36,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "irr_v3d.h"
#include "activeobject.h"
#include "util/numeric.h"
-#include "mapnode.h"
-#include "mapblock.h"
#include "threading/mutex.h"
#include "threading/atomic.h"
#include "network/networkprotocol.h" // for AccessDeniedCode
+class Map;
+
class Environment
{
public: