From 14e69eb4ff349c3f02258c75a5188c31a2f34983 Mon Sep 17 00:00:00 2001 From: kai-z99 Date: Wed, 7 Aug 2024 01:05:28 -0700 Subject: [PATCH] header remove --- examples/core/core_3d_camera_first_person.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/core/core_3d_camera_first_person.c b/examples/core/core_3d_camera_first_person.c index dc00e9649..57add1161 100644 --- a/examples/core/core_3d_camera_first_person.c +++ b/examples/core/core_3d_camera_first_person.c @@ -14,8 +14,6 @@ #include "raylib.h" #include "rcamera.h" -#include - #define MAX_COLUMNS 20 //------------------------------------------------------------------------------------