From 07f25253a2190abfb10a27e25a72eb052421992f Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Sun, 6 Aug 2017 21:57:44 +0200 Subject: Removed unneeded includes (#3902) --- src/Items/ItemPotion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Items/ItemPotion.h') diff --git a/src/Items/ItemPotion.h b/src/Items/ItemPotion.h index 01c011fa3..dfc8aa033 100644 --- a/src/Items/ItemPotion.h +++ b/src/Items/ItemPotion.h @@ -2,7 +2,7 @@ #pragma once #include "../Entities/EntityEffect.h" -#include "../Entities/SplashPotionEntity.h" + class cItemPotionHandler: public cItemHandler -- cgit v1.2.3