diff options
Diffstat (limited to '')
-rw-r--r-- | src/Items/ItemShovel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemShovel.h b/src/Items/ItemShovel.h index b26522b33..a3ef97684 100644 --- a/src/Items/ItemShovel.h +++ b/src/Items/ItemShovel.h @@ -5,7 +5,7 @@ #include "../World.h" #include "../Entities/Player.h" -#include "../Blocks/BlockHandler.h" + #include "../BlockInServerPluginInterface.h" |