diff --git a/src/Magnum/Platform/Sdl2Application.cpp b/src/Magnum/Platform/Sdl2Application.cpp index 276c7ee55..90c52f3cb 100644 --- a/src/Magnum/Platform/Sdl2Application.cpp +++ b/src/Magnum/Platform/Sdl2Application.cpp @@ -34,7 +34,7 @@ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wpragma-pack" #endif -#include +#include #ifdef CORRADE_TARGET_CLANG_CL #pragma clang diagnostic pop #endif diff --git a/src/Magnum/Platform/Sdl2Application.h b/src/Magnum/Platform/Sdl2Application.h index b2426d513..176729fdb 100644 --- a/src/Magnum/Platform/Sdl2Application.h +++ b/src/Magnum/Platform/Sdl2Application.h @@ -57,11 +57,11 @@ #pragma clang diagnostic ignored "-Wpragma-pack" #endif /* SDL.h includes the world, adding 50k LOC. We don't want that either. */ -#include -#include -#include /* huh, why is this not pulled in implicitly?! */ -#include -#include +#include +#include +#include /* huh, why is this not pulled in implicitly?! */ +#include +#include #ifdef CORRADE_TARGET_IOS /* Including SDL_main.h unconditionally would mean it'd override Corrade::Main @@ -74,7 +74,7 @@ #endif #ifdef CORRADE_TARGET_WINDOWS_RT -#include /* For SDL_WinRTRunApp */ +#include /* For SDL_WinRTRunApp */ #include /* For the WinMain entrypoint */ #endif #ifdef CORRADE_TARGET_CLANG_CL