Removed unused headers.

This commit is contained in:
Sheldon Lee 2020-06-24 14:34:36 +01:00
parent 50eeaa8f0a
commit 29a3184a23

2
main.c
View File

@ -6,8 +6,6 @@
#include <math.h>
// game
#include "game.h"
#include "grid.h"
#include "vect.h"
int main()