summaryrefslogtreecommitdiff
path: root/src/player.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/player.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/player.h')
-rw-r--r--src/player.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/player.h b/src/player.h
index 5f9bb7ec9..3432069c0 100644
--- a/src/player.h
+++ b/src/player.h
@@ -22,7 +22,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "irrlichttypes_bloated.h"
#include "inventory.h"
-#include "constants.h" // BS
#include "threading/mutex.h"
#include <list>