From cdf0cd5b91a7dd8d5bcac5d44a0f7128567b6af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 14 Dec 2022 12:27:43 +0100 Subject: [PATCH] Remove no-longer-needed StringStl.h includes. Those were temporarily added until Trade::AbstractImporter is ported away from std::string, and that's done for quite some time already, so these are no longer needed. --- src/Magnum/DebugTools/CompareImage.cpp | 1 - src/Magnum/Shaders/Test/DistanceFieldVectorGLTest.cpp | 1 - src/Magnum/Shaders/Test/FlatGLTest.cpp | 1 - src/Magnum/Shaders/Test/PhongGLTest.cpp | 1 - src/Magnum/Shaders/Test/VectorGLTest.cpp | 1 - 5 files changed, 5 deletions(-) diff --git a/src/Magnum/DebugTools/CompareImage.cpp b/src/Magnum/DebugTools/CompareImage.cpp index c255df58d..88ad04395 100644 --- a/src/Magnum/DebugTools/CompareImage.cpp +++ b/src/Magnum/DebugTools/CompareImage.cpp @@ -32,7 +32,6 @@ #include #include #include -#include /** @todo remove once AbstractImporter is -free */ #include #include #include diff --git a/src/Magnum/Shaders/Test/DistanceFieldVectorGLTest.cpp b/src/Magnum/Shaders/Test/DistanceFieldVectorGLTest.cpp index 0a5a751b5..d1508ad44 100644 --- a/src/Magnum/Shaders/Test/DistanceFieldVectorGLTest.cpp +++ b/src/Magnum/Shaders/Test/DistanceFieldVectorGLTest.cpp @@ -29,7 +29,6 @@ #include #include #include -#include /** @todo remove once AbstractImporter is -free */ #include #include #include diff --git a/src/Magnum/Shaders/Test/FlatGLTest.cpp b/src/Magnum/Shaders/Test/FlatGLTest.cpp index 7e00a6839..f13f0ff93 100644 --- a/src/Magnum/Shaders/Test/FlatGLTest.cpp +++ b/src/Magnum/Shaders/Test/FlatGLTest.cpp @@ -30,7 +30,6 @@ #include #include #include -#include /** @todo remove once AbstractImporter is -free */ #include #include #include diff --git a/src/Magnum/Shaders/Test/PhongGLTest.cpp b/src/Magnum/Shaders/Test/PhongGLTest.cpp index 806cd03f2..a213d5071 100644 --- a/src/Magnum/Shaders/Test/PhongGLTest.cpp +++ b/src/Magnum/Shaders/Test/PhongGLTest.cpp @@ -30,7 +30,6 @@ #include #include #include -#include /** @todo remove once AbstractImporter is -free */ #include #include #include diff --git a/src/Magnum/Shaders/Test/VectorGLTest.cpp b/src/Magnum/Shaders/Test/VectorGLTest.cpp index 9dc2747e0..f4f39151a 100644 --- a/src/Magnum/Shaders/Test/VectorGLTest.cpp +++ b/src/Magnum/Shaders/Test/VectorGLTest.cpp @@ -29,7 +29,6 @@ #include #include #include -#include /** @todo remove once AbstractImporter is -free */ #include #include #include