summaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.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/guiFormSpecMenu.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/guiFormSpecMenu.h')
-rw-r--r--src/guiFormSpecMenu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/guiFormSpecMenu.h b/src/guiFormSpecMenu.h
index 94b52e6f0..2ab7db4f1 100644
--- a/src/guiFormSpecMenu.h
+++ b/src/guiFormSpecMenu.h
@@ -25,7 +25,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <stack>
#include "irrlichttypes_extrabloated.h"
-#include "inventory.h"
#include "inventorymanager.h"
#include "modalMenu.h"
#include "guiTable.h"