From 1a3c4c967698cdddf47730a493e31ab08c9050a0 Mon Sep 17 00:00:00 2001 From: Sara Date: Thu, 11 Jan 2024 23:31:47 +0100 Subject: [PATCH] fix: removed includes of deleted DamageEvent.h --- game/src/PlayerStates.c | 1 - game/src/Prop.c | 1 - 2 files changed, 2 deletions(-) diff --git a/game/src/PlayerStates.c b/game/src/PlayerStates.c index ccd226d..5811dd9 100644 --- a/game/src/PlayerStates.c +++ b/game/src/PlayerStates.c @@ -1,7 +1,6 @@ #include "PlayerStates.h" #include "physics_world.h" -#include "DamageEvent.h" #include "Damagable.h" #include "Player.h" #include "Layers.h" diff --git a/game/src/Prop.c b/game/src/Prop.c index caa0b53..0917ff3 100644 --- a/game/src/Prop.c +++ b/game/src/Prop.c @@ -1,5 +1,4 @@ #include "Prop.h" -#include "DamageEvent.h" #include "debug.h" #include "game_world.h" #include "mirror.h"