summaryrefslogtreecommitdiff
path: root/src/client.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/client.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/client.h')
-rw-r--r--src/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index df3e7e605..f84246deb 100644
--- a/src/client.h
+++ b/src/client.h
@@ -34,6 +34,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "localplayer.h"
#include "hud.h"
#include "particles.h"
+#include "mapnode.h"
struct MeshMakeData;
class MapBlockMesh;