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;