From 3cbeb43078461fe836cb873688ee78a68cd41d4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 21 Feb 2013 10:25:30 +0100 Subject: [PATCH] Cleaned up includes. --- src/Math/Test/DualQuaternionTest.cpp | 1 - src/Math/Test/Matrix3Test.cpp | 1 - src/Math/Test/Matrix4Test.cpp | 1 - src/Math/Test/QuaternionTest.cpp | 1 - src/Math/Test/VectorTest.cpp | 1 - src/Physics/Capsule.cpp | 1 - src/Physics/Sphere.cpp | 1 - src/Physics/Test/AxisAlignedBoxTest.cpp | 1 - src/Physics/Test/CapsuleTest.cpp | 1 - src/Physics/Test/LineTest.cpp | 1 - src/Physics/Test/PlaneTest.cpp | 1 - src/Physics/Test/SphereTest.cpp | 1 - src/Primitives/Capsule.cpp | 1 - src/Primitives/Cylinder.cpp | 1 - src/SceneGraph/Test/CameraTest.cpp | 1 - src/SceneGraph/Test/EuclideanMatrixTransformation2DTest.cpp | 1 - src/SceneGraph/Test/EuclideanMatrixTransformation3DTest.cpp | 1 - src/SceneGraph/Test/MatrixTransformation2DTest.cpp | 1 - src/SceneGraph/Test/MatrixTransformation3DTest.cpp | 1 - src/SceneGraph/Test/ObjectTest.cpp | 1 - 20 files changed, 20 deletions(-) diff --git a/src/Math/Test/DualQuaternionTest.cpp b/src/Math/Test/DualQuaternionTest.cpp index ae44c49cd..4f905bf3f 100644 --- a/src/Math/Test/DualQuaternionTest.cpp +++ b/src/Math/Test/DualQuaternionTest.cpp @@ -16,7 +16,6 @@ #include #include -#include "Math/Constants.h" #include "Math/DualQuaternion.h" namespace Magnum { namespace Math { namespace Test { diff --git a/src/Math/Test/Matrix3Test.cpp b/src/Math/Test/Matrix3Test.cpp index f0126f04f..47e5a8194 100644 --- a/src/Math/Test/Matrix3Test.cpp +++ b/src/Math/Test/Matrix3Test.cpp @@ -17,7 +17,6 @@ #include #include -#include "Math/Constants.h" #include "Math/Matrix3.h" namespace Magnum { namespace Math { namespace Test { diff --git a/src/Math/Test/Matrix4Test.cpp b/src/Math/Test/Matrix4Test.cpp index 951b4b0c9..afd0a9247 100644 --- a/src/Math/Test/Matrix4Test.cpp +++ b/src/Math/Test/Matrix4Test.cpp @@ -17,7 +17,6 @@ #include #include -#include "Math/Constants.h" #include "Math/Matrix4.h" namespace Magnum { namespace Math { namespace Test { diff --git a/src/Math/Test/QuaternionTest.cpp b/src/Math/Test/QuaternionTest.cpp index acf98e833..9fd3b6fdf 100644 --- a/src/Math/Test/QuaternionTest.cpp +++ b/src/Math/Test/QuaternionTest.cpp @@ -16,7 +16,6 @@ #include #include -#include "Math/Constants.h" #include "Math/Matrix4.h" #include "Math/Quaternion.h" diff --git a/src/Math/Test/VectorTest.cpp b/src/Math/Test/VectorTest.cpp index 8772c487b..4c5273d99 100644 --- a/src/Math/Test/VectorTest.cpp +++ b/src/Math/Test/VectorTest.cpp @@ -17,7 +17,6 @@ #include #include -#include "Math/Constants.h" #include "Math/Vector.h" namespace Magnum { namespace Math { namespace Test { diff --git a/src/Physics/Capsule.cpp b/src/Physics/Capsule.cpp index fd3fc9d79..9fcf061c8 100644 --- a/src/Physics/Capsule.cpp +++ b/src/Physics/Capsule.cpp @@ -15,7 +15,6 @@ #include "Capsule.h" -#include "Math/Constants.h" #include "Math/Functions.h" #include "Math/Matrix3.h" #include "Math/Matrix4.h" diff --git a/src/Physics/Sphere.cpp b/src/Physics/Sphere.cpp index a307844d0..f5c7e5d51 100644 --- a/src/Physics/Sphere.cpp +++ b/src/Physics/Sphere.cpp @@ -15,7 +15,6 @@ #include "Sphere.h" -#include "Math/Constants.h" #include "Math/Functions.h" #include "Math/Matrix3.h" #include "Math/Matrix4.h" diff --git a/src/Physics/Test/AxisAlignedBoxTest.cpp b/src/Physics/Test/AxisAlignedBoxTest.cpp index 700822895..ec8b0fde4 100644 --- a/src/Physics/Test/AxisAlignedBoxTest.cpp +++ b/src/Physics/Test/AxisAlignedBoxTest.cpp @@ -15,7 +15,6 @@ #include -#include "Math/Constants.h" #include "Math/Matrix4.h" #include "Physics/AxisAlignedBox.h" #include "Physics/Point.h" diff --git a/src/Physics/Test/CapsuleTest.cpp b/src/Physics/Test/CapsuleTest.cpp index a3b0f9c16..6d0233a45 100644 --- a/src/Physics/Test/CapsuleTest.cpp +++ b/src/Physics/Test/CapsuleTest.cpp @@ -13,7 +13,6 @@ GNU Lesser General Public License version 3 for more details. */ -#include "Math/Constants.h" #include "Physics/Capsule.h" #include "Physics/Point.h" #include "Physics/Sphere.h" diff --git a/src/Physics/Test/LineTest.cpp b/src/Physics/Test/LineTest.cpp index 6f67631b8..31cb982cb 100644 --- a/src/Physics/Test/LineTest.cpp +++ b/src/Physics/Test/LineTest.cpp @@ -15,7 +15,6 @@ #include -#include "Math/Constants.h" #include "Math/Matrix4.h" #include "Physics/Line.h" diff --git a/src/Physics/Test/PlaneTest.cpp b/src/Physics/Test/PlaneTest.cpp index 14962e1de..81d021ada 100644 --- a/src/Physics/Test/PlaneTest.cpp +++ b/src/Physics/Test/PlaneTest.cpp @@ -13,7 +13,6 @@ GNU Lesser General Public License version 3 for more details. */ -#include "Math/Constants.h" #include "Physics/LineSegment.h" #include "Physics/Point.h" #include "Physics/Plane.h" diff --git a/src/Physics/Test/SphereTest.cpp b/src/Physics/Test/SphereTest.cpp index a19477ac4..544fc802e 100644 --- a/src/Physics/Test/SphereTest.cpp +++ b/src/Physics/Test/SphereTest.cpp @@ -13,7 +13,6 @@ GNU Lesser General Public License version 3 for more details. */ -#include "Math/Constants.h" #include "Physics/LineSegment.h" #include "Physics/Point.h" #include "Physics/Sphere.h" diff --git a/src/Primitives/Capsule.cpp b/src/Primitives/Capsule.cpp index 94863a6d3..6a0c45b58 100644 --- a/src/Primitives/Capsule.cpp +++ b/src/Primitives/Capsule.cpp @@ -15,7 +15,6 @@ #include "Capsule.h" -#include "Math/Constants.h" #include "Math/Point3D.h" namespace Magnum { namespace Primitives { diff --git a/src/Primitives/Cylinder.cpp b/src/Primitives/Cylinder.cpp index 0b9b2488d..d62848917 100644 --- a/src/Primitives/Cylinder.cpp +++ b/src/Primitives/Cylinder.cpp @@ -15,7 +15,6 @@ #include "Cylinder.h" -#include "Math/Constants.h" #include "Math/Point3D.h" namespace Magnum { namespace Primitives { diff --git a/src/SceneGraph/Test/CameraTest.cpp b/src/SceneGraph/Test/CameraTest.cpp index 61f52a5cd..a5d504365 100644 --- a/src/SceneGraph/Test/CameraTest.cpp +++ b/src/SceneGraph/Test/CameraTest.cpp @@ -15,7 +15,6 @@ #include -#include "Math/Constants.h" #include "SceneGraph/AbstractCamera.hpp" /* only for aspectRatioFix(), so it doesn't have to be exported */ #include "SceneGraph/Camera2D.h" #include "SceneGraph/Camera3D.h" diff --git a/src/SceneGraph/Test/EuclideanMatrixTransformation2DTest.cpp b/src/SceneGraph/Test/EuclideanMatrixTransformation2DTest.cpp index 6ae1df500..7c8a112a1 100644 --- a/src/SceneGraph/Test/EuclideanMatrixTransformation2DTest.cpp +++ b/src/SceneGraph/Test/EuclideanMatrixTransformation2DTest.cpp @@ -15,7 +15,6 @@ #include -#include "Math/Constants.h" #include "SceneGraph/EuclideanMatrixTransformation2D.h" #include "SceneGraph/Scene.h" diff --git a/src/SceneGraph/Test/EuclideanMatrixTransformation3DTest.cpp b/src/SceneGraph/Test/EuclideanMatrixTransformation3DTest.cpp index 207b0d832..63d16772e 100644 --- a/src/SceneGraph/Test/EuclideanMatrixTransformation3DTest.cpp +++ b/src/SceneGraph/Test/EuclideanMatrixTransformation3DTest.cpp @@ -15,7 +15,6 @@ #include -#include "Math/Constants.h" #include "SceneGraph/EuclideanMatrixTransformation3D.h" #include "SceneGraph/Scene.h" diff --git a/src/SceneGraph/Test/MatrixTransformation2DTest.cpp b/src/SceneGraph/Test/MatrixTransformation2DTest.cpp index 9b67c6fbf..617743c4b 100644 --- a/src/SceneGraph/Test/MatrixTransformation2DTest.cpp +++ b/src/SceneGraph/Test/MatrixTransformation2DTest.cpp @@ -15,7 +15,6 @@ #include -#include "Math/Constants.h" #include "SceneGraph/MatrixTransformation2D.h" #include "SceneGraph/Scene.h" diff --git a/src/SceneGraph/Test/MatrixTransformation3DTest.cpp b/src/SceneGraph/Test/MatrixTransformation3DTest.cpp index 8f664a80b..9844869a2 100644 --- a/src/SceneGraph/Test/MatrixTransformation3DTest.cpp +++ b/src/SceneGraph/Test/MatrixTransformation3DTest.cpp @@ -15,7 +15,6 @@ #include -#include "Math/Constants.h" #include "SceneGraph/MatrixTransformation3D.h" #include "SceneGraph/Scene.h" diff --git a/src/SceneGraph/Test/ObjectTest.cpp b/src/SceneGraph/Test/ObjectTest.cpp index 14d241fbc..227a387e6 100644 --- a/src/SceneGraph/Test/ObjectTest.cpp +++ b/src/SceneGraph/Test/ObjectTest.cpp @@ -16,7 +16,6 @@ #include #include -#include "Math/Constants.h" #include "SceneGraph/MatrixTransformation3D.h" #include "SceneGraph/Scene.h"