From 743a50014a4bae97d9745d336e0d393fa54ff6e4 Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Mon, 7 Aug 2017 09:08:27 +0200 Subject: Replaced includes with forward declarations --- src/Items/ItemHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Items') diff --git a/src/Items/ItemHandler.h b/src/Items/ItemHandler.h index 48cf782d8..faee5d008 100644 --- a/src/Items/ItemHandler.h +++ b/src/Items/ItemHandler.h @@ -3,7 +3,6 @@ #include "../Defines.h" #include "../Item.h" -#include "../Blocks/BlockPluginInterface.h" @@ -12,6 +11,7 @@ // fwd: class cWorld; class cPlayer; +class cBlockPluginInterface; -- cgit v1.2.3