From cc9f3f06db21b8231dae0b910d27775ef0ff7456 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sun, 20 Aug 2023 01:35:20 +0100 Subject: [PATCH] Clean up includes --- compile_commands.json | 4 ++-- main.c | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/compile_commands.json b/compile_commands.json index 21ccfbe..579b145 100644 --- a/compile_commands.json +++ b/compile_commands.json @@ -71,11 +71,11 @@ "-x", "c", "-o", - "/tmp/main-cb0615.o", + "/tmp/main-b05c2f.o", "main.c" ], "directory": "/home/abdelrahman/Sources/programming/starfield", "file": "/home/abdelrahman/Sources/programming/starfield/main.c", - "output": "/tmp/main-cb0615.o" + "output": "/tmp/main-b05c2f.o" } ] diff --git a/main.c b/main.c index 2d411d8..6ca7227 100644 --- a/main.c +++ b/main.c @@ -8,10 +8,7 @@ #include #include #include -#include -#include #include -#include #include #define WINDOW_WIDTH 800