diff --git a/src/Magnum/Platform/Sdl2Application.cpp b/src/Magnum/Platform/Sdl2Application.cpp index 46ade2d00..24d8eabe7 100644 --- a/src/Magnum/Platform/Sdl2Application.cpp +++ b/src/Magnum/Platform/Sdl2Application.cpp @@ -26,7 +26,7 @@ #include "Sdl2Application.h" #include -#include +#include #ifndef CORRADE_TARGET_EMSCRIPTEN #include #else diff --git a/src/Magnum/Platform/Sdl2Application.h b/src/Magnum/Platform/Sdl2Application.h index 1a50b1c72..45e88edf5 100644 --- a/src/Magnum/Platform/Sdl2Application.h +++ b/src/Magnum/Platform/Sdl2Application.h @@ -46,13 +46,13 @@ #define SDL_MAIN_HANDLED #endif /* SDL.h includes the world, adding 50k LOC. We don't want that either. */ -#include -#include -#include -#include +#include +#include +#include +#include #ifdef CORRADE_TARGET_WINDOWS_RT -#include /* For SDL_WinRTRunApp */ +#include /* For SDL_WinRTRunApp */ #include /* For the WinMain entrypoint */ #endif