From cac345fe433a8dd3f06381cee532160224a2f1e7 Mon Sep 17 00:00:00 2001 From: Sara Date: Thu, 25 Jan 2024 10:42:19 +0100 Subject: [PATCH] feat: removed unused includes from collision.h --- core/src/collision.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/collision.h b/core/src/collision.h index 4e83b40..c7e3efa 100644 --- a/core/src/collision.h +++ b/core/src/collision.h @@ -1,9 +1,7 @@ #ifndef _fencer_collision_h #define _fencer_collision_h -#include "shape.h" #include "physics_entity.h" -#include "rigidbody.h" #include "physics.h" typedef struct Collider Collider;