From 6d222869422d4ceca3dd8067ba0a3ce94259cc68 Mon Sep 17 00:00:00 2001 From: HENRY Benjamin Date: Wed, 9 Jun 2021 14:59:13 +0200 Subject: [PATCH] removed useless include --- sources/System/Health/HealthSystem.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sources/System/Health/HealthSystem.cpp b/sources/System/Health/HealthSystem.cpp index e1a369c9..07e247ee 100644 --- a/sources/System/Health/HealthSystem.cpp +++ b/sources/System/Health/HealthSystem.cpp @@ -3,17 +3,9 @@ // Edited by Benjamin Henry on 2021-05-20. // -#include -#include -#include -#include -#include "Component/Collision/CollisionComponent.hpp" -#include #include #include "HealthSystem.hpp" #include "Component/Health/HealthComponent.hpp" -#include "Entity/Entity.hpp" -#include "Items/Bonus.hpp" namespace RAY3D = RAY::Drawables::Drawables3D;