diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-02-08 04:17:23 -0600 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-02-08 04:17:23 -0600 |
| commit | ce57691f9631e5a08a82221634898b5ce58b7a5e (patch) | |
| tree | eb3230b75fe2db2dc85fd1903a62dff97ecc1f3d /src | |
| parent | 82f4a3b8acfd5677762fd8cb00922fd32c102fef (diff) | |
cleanup
Diffstat (limited to 'src')
| -rwxr-xr-x | src/1-1-walker.c | 2 | ||||
| -rwxr-xr-x | src/1-2-vec-math.c | 5 | ||||
| -rwxr-xr-x | src/1-3-rand-vec.c | 4 |
3 files changed, 2 insertions, 9 deletions
diff --git a/src/1-1-walker.c b/src/1-1-walker.c index 5a905f0..fc67340 100755 --- a/src/1-1-walker.c +++ b/src/1-1-walker.c @@ -1,7 +1,5 @@ -#include <stdio.h> #include <stdlib.h> #include <stdbool.h> -#include <time.h> #include <SDL2/SDL.h> #include <SDL2/SDL_video.h> diff --git a/src/1-2-vec-math.c b/src/1-2-vec-math.c index d6f38b1..cf9a8cb 100755 --- a/src/1-2-vec-math.c +++ b/src/1-2-vec-math.c @@ -1,8 +1,5 @@ -#include <stdio.h> -#include <stdlib.h> #include <stdbool.h> -#include <time.h> -#include "global_objects.c" +#include <global_objects.c> #include <SDL2/SDL.h> #include <SDL2/SDL_video.h> diff --git a/src/1-3-rand-vec.c b/src/1-3-rand-vec.c index 9c5f44f..f592fdc 100755 --- a/src/1-3-rand-vec.c +++ b/src/1-3-rand-vec.c @@ -1,8 +1,6 @@ -#include <stdio.h> #include <stdlib.h> #include <stdbool.h> -#include <time.h> -#include "global_objects.c" +#include <global_objects.c> #include <SDL2/SDL.h> #include <SDL2/SDL_video.h> |
