From 4815df2acab85e407924ef6b16e1527c847c140d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 29 Oct 2013 15:22:06 +0100 Subject: [PATCH] Platform: removed unneeded include. --- src/Platform/WindowlessGlxApplication.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Platform/WindowlessGlxApplication.h b/src/Platform/WindowlessGlxApplication.h index 3659b92e5..73e890dd4 100644 --- a/src/Platform/WindowlessGlxApplication.h +++ b/src/Platform/WindowlessGlxApplication.h @@ -39,7 +39,6 @@ #undef Always #include "Magnum.h" -#include "Platform/AbstractContextHandler.h" namespace Magnum { namespace Platform {