remove extra includes

This commit is contained in:
Evan Burkey 2023-01-11 14:59:33 -08:00
parent 91fd3c8abd
commit 2111478773
1 changed files with 0 additions and 8 deletions

View File

@ -1,14 +1,6 @@
#include <stdio.h> #include <stdio.h>
#include "SDL.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_AudioDeviceID audio_device = 0;
static SDL_Window *window = NULL; static SDL_Window *window = NULL;