From a9ca7d7544018825e637268481a24f4b22791967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 4 Jan 2014 01:48:40 +0100 Subject: [PATCH] Platform: include cleanup. --- src/Platform/Sdl2Application.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Platform/Sdl2Application.h b/src/Platform/Sdl2Application.h index 837966012..bb03214f0 100644 --- a/src/Platform/Sdl2Application.h +++ b/src/Platform/Sdl2Application.h @@ -29,6 +29,7 @@ */ #include +#include #include "Platform/Platform.h" #include "Math/Vector2.h" @@ -39,8 +40,6 @@ #endif #include #include -#include -#include namespace Magnum {