Commit Diff


commit - 91fd3c8abd50da0c8c1b14eaae2e3f39d209b000
commit + 2111478773eaafe335d429d99f43336efcb717ee
blob - 7685290d432bb75e6abefaace22d555b12896c09
blob + 1769b9df0d43e7d354a6c6cd4bcd2904e4996fd0
--- sdlamp.c
+++ sdlamp.c
@@ -1,14 +1,6 @@
 #include <stdio.h>
 
 #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;