summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemHandler.cpp
diff options
context:
space:
mode:
authorLukas Pioch <lukas@zgow.de>2017-08-02 20:57:20 +0200
committerTiger Wang <ziwei.tiger@outlook.com>2017-08-02 20:57:20 +0200
commit4691bc5a29261b45f2f2e127da0a60978233c207 (patch)
treeff504ec31ef3da5819dacb2d192d6715917b225e /src/Items/ItemHandler.cpp
parentHandle Teleport Confirmation Packet (#3884) (diff)
downloadcuberite-4691bc5a29261b45f2f2e127da0a60978233c207.tar
cuberite-4691bc5a29261b45f2f2e127da0a60978233c207.tar.gz
cuberite-4691bc5a29261b45f2f2e127da0a60978233c207.tar.bz2
cuberite-4691bc5a29261b45f2f2e127da0a60978233c207.tar.lz
cuberite-4691bc5a29261b45f2f2e127da0a60978233c207.tar.xz
cuberite-4691bc5a29261b45f2f2e127da0a60978233c207.tar.zst
cuberite-4691bc5a29261b45f2f2e127da0a60978233c207.zip
Diffstat (limited to 'src/Items/ItemHandler.cpp')
-rw-r--r--src/Items/ItemHandler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Items/ItemHandler.cpp b/src/Items/ItemHandler.cpp
index ca6a588a5..6f64fb25b 100644
--- a/src/Items/ItemHandler.cpp
+++ b/src/Items/ItemHandler.cpp
@@ -1,7 +1,6 @@
#include "Globals.h"
#include "ItemHandler.h"
-#include "../Item.h"
#include "../World.h"
#include "../Entities/Player.h"
#include "../FastRandom.h"