Remove unnecessary header include.

This commit is contained in:
2026-03-16 21:33:55 +01:00
parent 55402c0c66
commit 7cc8524811

View File

@@ -23,7 +23,6 @@
#include <math.h> #include <math.h>
#include <assert.h> #include <assert.h>
#include <allegro5/allegro_primitives.h> #include <allegro5/allegro_primitives.h>
#include <stdio.h>
#define SHIP_RADIUS 10.0f // radius of the ship in pixels #define SHIP_RADIUS 10.0f // radius of the ship in pixels