fix: removed includes of deleted DamageEvent.h

This commit is contained in:
Sara 2024-01-11 23:31:47 +01:00
parent d14e030545
commit 1a3c4c9676
2 changed files with 0 additions and 2 deletions

View file

@ -1,7 +1,6 @@
#include "PlayerStates.h"
#include "physics_world.h"
#include "DamageEvent.h"
#include "Damagable.h"
#include "Player.h"
#include "Layers.h"

View file

@ -1,5 +1,4 @@
#include "Prop.h"
#include "DamageEvent.h"
#include "debug.h"
#include "game_world.h"
#include "mirror.h"