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 //------------------------------------------------------------------------------------