From 6aaf7838674557a4cb9b913528709d5ed49d5479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 2 Feb 2020 17:44:47 +0100 Subject: [PATCH] GL: reduce amount of included stuff in a test. --- src/Magnum/GL/Test/AttributeTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/GL/Test/AttributeTest.cpp b/src/Magnum/GL/Test/AttributeTest.cpp index 2d4e1d64e..8933d5041 100644 --- a/src/Magnum/GL/Test/AttributeTest.cpp +++ b/src/Magnum/GL/Test/AttributeTest.cpp @@ -27,7 +27,7 @@ #include #include -#include "Magnum/GL/AbstractShaderProgram.h" +#include "Magnum/GL/Attribute.h" namespace Magnum { namespace GL { namespace Test { namespace {