From 754c84525eff0e330dee20c35f3d12aa54f83319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 24 Mar 2019 21:50:09 +0100 Subject: [PATCH] The header is not allowed anymore. --- src/Magnum/Math/Constants.h | 2 +- src/Magnum/Math/Dual.h | 4 ++-- src/Magnum/Math/DualQuaternion.h | 2 +- src/Magnum/Math/Functions.h | 2 +- src/Magnum/Math/Quaternion.h | 2 +- src/Magnum/Math/Test/ConstantsTest.cpp | 2 +- src/Magnum/Math/TypeTraits.h | 2 +- src/Magnum/Math/Vector.h | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/Magnum/Math/Constants.h b/src/Magnum/Math/Constants.h index afb2035c1..bbcef23c0 100644 --- a/src/Magnum/Math/Constants.h +++ b/src/Magnum/Math/Constants.h @@ -29,7 +29,7 @@ * @brief Class @ref Magnum::Math::Constants */ -#include +#include #include "Magnum/Types.h" diff --git a/src/Magnum/Math/Dual.h b/src/Magnum/Math/Dual.h index b2e39b28f..8053a0241 100644 --- a/src/Magnum/Math/Dual.h +++ b/src/Magnum/Math/Dual.h @@ -29,11 +29,11 @@ * @brief Class @ref Magnum::Math::Dual */ -#include -#include #ifndef CORRADE_NO_DEBUG #include #endif +#include +#include #include "Magnum/Math/Angle.h" #include "Magnum/Math/Tags.h" diff --git a/src/Magnum/Math/DualQuaternion.h b/src/Magnum/Math/DualQuaternion.h index 17ddd83f9..d66a6cb6e 100644 --- a/src/Magnum/Math/DualQuaternion.h +++ b/src/Magnum/Math/DualQuaternion.h @@ -29,7 +29,7 @@ * @brief Class @ref Magnum::Math::DualQuaternion, function @ref Magnum::Math::sclerp() */ -#include +#include #include "Magnum/Math/Dual.h" #include "Magnum/Math/Functions.h" diff --git a/src/Magnum/Math/Functions.h b/src/Magnum/Math/Functions.h index d43a8ef99..3f4508d23 100644 --- a/src/Magnum/Math/Functions.h +++ b/src/Magnum/Math/Functions.h @@ -29,10 +29,10 @@ * @brief Functions usable with scalar and vector types */ -#include #include /* std::div() */ #include #include +#include #include "Magnum/visibility.h" #include "Magnum/Math/Vector.h" diff --git a/src/Magnum/Math/Quaternion.h b/src/Magnum/Math/Quaternion.h index 074cb5fa4..70f9aec79 100644 --- a/src/Magnum/Math/Quaternion.h +++ b/src/Magnum/Math/Quaternion.h @@ -29,11 +29,11 @@ * @brief Class @ref Magnum::Math::Quaternion, function @ref Magnum::Math::dot(), @ref Magnum::Math::angle(), @ref Magnum::Math::lerp(), @ref Magnum::Math::slerp() */ -#include #include #ifndef CORRADE_NO_DEBUG #include #endif +#include #include "Magnum/Math/Matrix.h" #include "Magnum/Math/TypeTraits.h" diff --git a/src/Magnum/Math/Test/ConstantsTest.cpp b/src/Magnum/Math/Test/ConstantsTest.cpp index 71285358c..49444ed24 100644 --- a/src/Magnum/Math/Test/ConstantsTest.cpp +++ b/src/Magnum/Math/Test/ConstantsTest.cpp @@ -23,8 +23,8 @@ DEALINGS IN THE SOFTWARE. */ -#include #include +#include #include "Magnum/Math/Constants.h" #include "Magnum/Math/Functions.h" diff --git a/src/Magnum/Math/TypeTraits.h b/src/Magnum/Math/TypeTraits.h index 7ac1134b3..73793bb37 100644 --- a/src/Magnum/Math/TypeTraits.h +++ b/src/Magnum/Math/TypeTraits.h @@ -29,7 +29,7 @@ * @brief Class @ref Magnum::Math::TypeTraits */ -#include +#include #include "Magnum/Types.h" diff --git a/src/Magnum/Math/Vector.h b/src/Magnum/Math/Vector.h index 6211cfa37..9f04be02b 100644 --- a/src/Magnum/Math/Vector.h +++ b/src/Magnum/Math/Vector.h @@ -29,11 +29,11 @@ * @brief Class @ref Magnum::Math::Vector, function @ref Magnum::Math::dot(), @ref Magnum::Math::angle() */ -#include #include #ifndef CORRADE_NO_DEBUG #include #endif +#include #include "Magnum/visibility.h" #include "Magnum/Math/Angle.h"