sdl2: remove unneeded switch header declaration

This commit is contained in:
Cpasjuste 2018-11-14 13:57:32 +01:00 committed by Dave Murphy
parent b7be3e296e
commit 6a8dc97951

View File

@ -1,7 +1,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <switch.h>
#include <SDL.h> #include <SDL.h>
static SDL_DisplayMode modes[5]; static SDL_DisplayMode modes[5];