diff --git a/src/Magnum/Math/Test/AngleTest.cpp b/src/Magnum/Math/Test/AngleTest.cpp index 9fb4c9290..4bf68ebcf 100644 --- a/src/Magnum/Math/Test/AngleTest.cpp +++ b/src/Magnum/Math/Test/AngleTest.cpp @@ -34,7 +34,6 @@ #include #include #endif -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/Angle.h" diff --git a/src/Magnum/Math/Test/BezierTest.cpp b/src/Magnum/Math/Test/BezierTest.cpp index 05c4aae77..9389648d4 100644 --- a/src/Magnum/Math/Test/BezierTest.cpp +++ b/src/Magnum/Math/Test/BezierTest.cpp @@ -27,7 +27,6 @@ #include #include #include -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/Bezier.h" #include "Magnum/Math/CubicHermite.h" diff --git a/src/Magnum/Math/Test/BitVectorTest.cpp b/src/Magnum/Math/Test/BitVectorTest.cpp index 2cfd6ba85..30f9b23ae 100644 --- a/src/Magnum/Math/Test/BitVectorTest.cpp +++ b/src/Magnum/Math/Test/BitVectorTest.cpp @@ -26,7 +26,6 @@ #include #include #include -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/BitVector.h" #include "Magnum/Math/StrictWeakOrdering.h" diff --git a/src/Magnum/Math/Test/ColorTest.cpp b/src/Magnum/Math/Test/ColorTest.cpp index f88adf23d..aebd4d6b3 100644 --- a/src/Magnum/Math/Test/ColorTest.cpp +++ b/src/Magnum/Math/Test/ColorTest.cpp @@ -32,7 +32,6 @@ #include #include #endif -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/Color.h" #include "Magnum/Math/Half.h" diff --git a/src/Magnum/Math/Test/ComplexTest.cpp b/src/Magnum/Math/Test/ComplexTest.cpp index df6b5103e..e0369993d 100644 --- a/src/Magnum/Math/Test/ComplexTest.cpp +++ b/src/Magnum/Math/Test/ComplexTest.cpp @@ -26,7 +26,6 @@ #include #include #include -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/Complex.h" #include "Magnum/Math/Matrix3.h" diff --git a/src/Magnum/Math/Test/CubicHermiteTest.cpp b/src/Magnum/Math/Test/CubicHermiteTest.cpp index 18b227f99..ac6b6cab9 100644 --- a/src/Magnum/Math/Test/CubicHermiteTest.cpp +++ b/src/Magnum/Math/Test/CubicHermiteTest.cpp @@ -26,7 +26,6 @@ #include #include #include -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/Bezier.h" #include "Magnum/Math/CubicHermite.h" diff --git a/src/Magnum/Math/Test/DualComplexTest.cpp b/src/Magnum/Math/Test/DualComplexTest.cpp index fe576105e..64348392d 100644 --- a/src/Magnum/Math/Test/DualComplexTest.cpp +++ b/src/Magnum/Math/Test/DualComplexTest.cpp @@ -27,7 +27,6 @@ #include #include #include -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/DualComplex.h" #include "Magnum/Math/DualQuaternion.h" diff --git a/src/Magnum/Math/Test/DualQuaternionTest.cpp b/src/Magnum/Math/Test/DualQuaternionTest.cpp index 0809d59d7..04eaf6565 100644 --- a/src/Magnum/Math/Test/DualQuaternionTest.cpp +++ b/src/Magnum/Math/Test/DualQuaternionTest.cpp @@ -27,7 +27,6 @@ #include #include #include -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/DualQuaternion.h" #include "Magnum/Math/StrictWeakOrdering.h" diff --git a/src/Magnum/Math/Test/DualTest.cpp b/src/Magnum/Math/Test/DualTest.cpp index 39bb4726f..f40e428d3 100644 --- a/src/Magnum/Math/Test/DualTest.cpp +++ b/src/Magnum/Math/Test/DualTest.cpp @@ -26,7 +26,6 @@ #include #include #include -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/Dual.h" #include "Magnum/Math/Quaternion.h" diff --git a/src/Magnum/Math/Test/FrustumTest.cpp b/src/Magnum/Math/Test/FrustumTest.cpp index 4fbf77f77..d1c2c2c8f 100644 --- a/src/Magnum/Math/Test/FrustumTest.cpp +++ b/src/Magnum/Math/Test/FrustumTest.cpp @@ -29,7 +29,6 @@ #include #include #include -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/Frustum.h" #include "Magnum/Math/StrictWeakOrdering.h" diff --git a/src/Magnum/Math/Test/HalfTest.cpp b/src/Magnum/Math/Test/HalfTest.cpp index 0637dfaf2..737cbb9c4 100644 --- a/src/Magnum/Math/Test/HalfTest.cpp +++ b/src/Magnum/Math/Test/HalfTest.cpp @@ -31,7 +31,6 @@ #if defined(DOXYGEN_GENERATING_OUTPUT) || defined(CORRADE_TARGET_UNIX) || (defined(CORRADE_TARGET_WINDOWS) && !defined(CORRADE_TARGET_WINDOWS_RT)) || defined(CORRADE_TARGET_EMSCRIPTEN) #include #endif -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/Half.h" #include "Magnum/Math/Packing.h" diff --git a/src/Magnum/Math/Test/Matrix3Test.cpp b/src/Magnum/Math/Test/Matrix3Test.cpp index 27fdc431a..b1dcadfbb 100644 --- a/src/Magnum/Math/Test/Matrix3Test.cpp +++ b/src/Magnum/Math/Test/Matrix3Test.cpp @@ -26,7 +26,6 @@ #include #include #include -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/Matrix3.h" #include "Magnum/Math/StrictWeakOrdering.h" diff --git a/src/Magnum/Math/Test/Matrix4Test.cpp b/src/Magnum/Math/Test/Matrix4Test.cpp index 5d044adfb..f27da2326 100644 --- a/src/Magnum/Math/Test/Matrix4Test.cpp +++ b/src/Magnum/Math/Test/Matrix4Test.cpp @@ -27,7 +27,6 @@ #include #include #include -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/Matrix4.h" #include "Magnum/Math/StrictWeakOrdering.h" diff --git a/src/Magnum/Math/Test/MatrixTest.cpp b/src/Magnum/Math/Test/MatrixTest.cpp index b5e002b9a..26fb04ec3 100644 --- a/src/Magnum/Math/Test/MatrixTest.cpp +++ b/src/Magnum/Math/Test/MatrixTest.cpp @@ -26,7 +26,6 @@ #include #include #include -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/Matrix.h" #include "Magnum/Math/StrictWeakOrdering.h" diff --git a/src/Magnum/Math/Test/QuaternionTest.cpp b/src/Magnum/Math/Test/QuaternionTest.cpp index 55f4d1baf..4e892d305 100644 --- a/src/Magnum/Math/Test/QuaternionTest.cpp +++ b/src/Magnum/Math/Test/QuaternionTest.cpp @@ -27,7 +27,6 @@ #include #include #include -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/Functions.h" #include "Magnum/Math/Matrix4.h" diff --git a/src/Magnum/Math/Test/RangeTest.cpp b/src/Magnum/Math/Test/RangeTest.cpp index c74cd8b46..b29635465 100644 --- a/src/Magnum/Math/Test/RangeTest.cpp +++ b/src/Magnum/Math/Test/RangeTest.cpp @@ -26,7 +26,6 @@ #include #include #include -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/FunctionsBatch.h" #include "Magnum/Math/Range.h" diff --git a/src/Magnum/Math/Test/RectangularMatrixTest.cpp b/src/Magnum/Math/Test/RectangularMatrixTest.cpp index 4d4acacd0..da21f7387 100644 --- a/src/Magnum/Math/Test/RectangularMatrixTest.cpp +++ b/src/Magnum/Math/Test/RectangularMatrixTest.cpp @@ -26,7 +26,6 @@ #include #include #include -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/RectangularMatrix.h" #include "Magnum/Math/StrictWeakOrdering.h" diff --git a/src/Magnum/Math/Test/UnitTest.cpp b/src/Magnum/Math/Test/UnitTest.cpp index e25598cc9..dfd85e070 100644 --- a/src/Magnum/Math/Test/UnitTest.cpp +++ b/src/Magnum/Math/Test/UnitTest.cpp @@ -25,7 +25,6 @@ #include #include -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/Constants.h" #include "Magnum/Math/Unit.h" diff --git a/src/Magnum/Math/Test/Vector2Test.cpp b/src/Magnum/Math/Test/Vector2Test.cpp index 99d2f83be..cc8b90a6a 100644 --- a/src/Magnum/Math/Test/Vector2Test.cpp +++ b/src/Magnum/Math/Test/Vector2Test.cpp @@ -26,7 +26,6 @@ #include #include #include -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/Vector3.h" /* Vector3 used in Vector2Test::cross() */ #include "Magnum/Math/StrictWeakOrdering.h" diff --git a/src/Magnum/Math/Test/Vector3Test.cpp b/src/Magnum/Math/Test/Vector3Test.cpp index c2ab1b83b..0f3a7ac91 100644 --- a/src/Magnum/Math/Test/Vector3Test.cpp +++ b/src/Magnum/Math/Test/Vector3Test.cpp @@ -26,7 +26,6 @@ #include #include #include -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/Vector3.h" #include "Magnum/Math/StrictWeakOrdering.h" diff --git a/src/Magnum/Math/Test/Vector4Test.cpp b/src/Magnum/Math/Test/Vector4Test.cpp index dae87c164..5c2832e9c 100644 --- a/src/Magnum/Math/Test/Vector4Test.cpp +++ b/src/Magnum/Math/Test/Vector4Test.cpp @@ -26,7 +26,6 @@ #include #include #include -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/Vector4.h" #include "Magnum/Math/StrictWeakOrdering.h" diff --git a/src/Magnum/Math/Test/VectorTest.cpp b/src/Magnum/Math/Test/VectorTest.cpp index 13559c917..b829b6f26 100644 --- a/src/Magnum/Math/Test/VectorTest.cpp +++ b/src/Magnum/Math/Test/VectorTest.cpp @@ -27,7 +27,6 @@ #include #include #include -#include /* CORRADE_NO_STD_IS_TRIVIALLY_TRAITS */ #include "Magnum/Math/Half.h" #include "Magnum/Math/Vector.h"