From 2111478773eaafe335d429d99f43336efcb717ee Mon Sep 17 00:00:00 2001 From: Evan Burkey Date: Wed, 11 Jan 2023 14:59:33 -0800 Subject: [PATCH] remove extra includes --- sdlamp.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sdlamp.c b/sdlamp.c index 7685290..1769b9d 100644 --- a/sdlamp.c +++ b/sdlamp.c @@ -1,14 +1,6 @@ #include #include "SDL.h" -#include "SDL_audio.h" -#include "SDL_error.h" -#include "SDL_events.h" -#include "SDL_messagebox.h" -#include "SDL_rect.h" -#include "SDL_render.h" -#include "SDL_stdinc.h" -#include "SDL_video.h" static SDL_AudioDeviceID audio_device = 0; static SDL_Window *window = NULL;