From 6a8dc97951fa96be422bb32b0364f41fcedd0b69 Mon Sep 17 00:00:00 2001 From: Cpasjuste Date: Wed, 14 Nov 2018 13:57:32 +0100 Subject: [PATCH] sdl2: remove unneeded switch header declaration --- sdl2/source/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/sdl2/source/main.cpp b/sdl2/source/main.cpp index b590ec7..021449c 100644 --- a/sdl2/source/main.cpp +++ b/sdl2/source/main.cpp @@ -1,7 +1,6 @@ #include #include -#include #include static SDL_DisplayMode modes[5];