diff --git a/src/Magnum/Platform/GlfwApplication.h b/src/Magnum/Platform/GlfwApplication.h index eccc2a956..584f564da 100644 --- a/src/Magnum/Platform/GlfwApplication.h +++ b/src/Magnum/Platform/GlfwApplication.h @@ -41,10 +41,9 @@ #ifdef MAGNUM_TARGET_GL #include "Magnum/GL/GL.h" -/* We must include our own GL headers first to avoid conflicts */ -#include "Magnum/GL/OpenGL.h" #endif +#define GLFW_INCLUDE_NONE #include namespace Magnum { namespace Platform {