Clean up includes

This commit is contained in:
Abdelrahman Said 2023-08-20 01:35:20 +01:00
parent 06d685d6a6
commit cc9f3f06db
2 changed files with 2 additions and 5 deletions

View File

@ -71,11 +71,11 @@
"-x", "-x",
"c", "c",
"-o", "-o",
"/tmp/main-cb0615.o", "/tmp/main-b05c2f.o",
"main.c" "main.c"
], ],
"directory": "/home/abdelrahman/Sources/programming/starfield", "directory": "/home/abdelrahman/Sources/programming/starfield",
"file": "/home/abdelrahman/Sources/programming/starfield/main.c", "file": "/home/abdelrahman/Sources/programming/starfield/main.c",
"output": "/tmp/main-cb0615.o" "output": "/tmp/main-b05c2f.o"
} }
] ]

3
main.c
View File

@ -8,10 +8,7 @@
#include <SDL2/SDL_video.h> #include <SDL2/SDL_video.h>
#include <math.h> #include <math.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#include <time.h> #include <time.h>
#define WINDOW_WIDTH 800 #define WINDOW_WIDTH 800