diff options
author | Lukas Pioch <lukas@zgow.de> | 2017-08-06 21:57:44 +0200 |
---|---|---|
committer | worktycho <work.tycho@gmail.com> | 2017-08-06 21:57:44 +0200 |
commit | 07f25253a2190abfb10a27e25a72eb052421992f (patch) | |
tree | 0743d0f2f270100642dba35ed0b98add3b2d1c5a /src/Items/ItemAxe.h | |
parent | Fixed compilation for clang 4.0 & gcc 7.1 (diff) | |
download | cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar.gz cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar.bz2 cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar.lz cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar.xz cuberite-07f25253a2190abfb10a27e25a72eb052421992f.tar.zst cuberite-07f25253a2190abfb10a27e25a72eb052421992f.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Items/ItemAxe.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Items/ItemAxe.h b/src/Items/ItemAxe.h index 656497199..1f9c44f1e 100644 --- a/src/Items/ItemAxe.h +++ b/src/Items/ItemAxe.h @@ -2,8 +2,6 @@ #pragma once #include "ItemHandler.h" -#include "../World.h" -#include "../Entities/Player.h" |