Skip to content

Commit

Permalink
Remove unused leftover headers Complex.h and CoordinateAxisConvention…
Browse files Browse the repository at this point in the history
….h from the repository.
  • Loading branch information
juj committed Jun 6, 2013
1 parent b1992fe commit ba9b73d
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 157 deletions.
2 changes: 2 additions & 0 deletions src/Geometry/Circle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#include "Plane.h"
#include "../Math/MathFunc.h"
#include "../Math/float3x3.h"
#include "../Math/float3x4.h"
#include "../Math/float4x4.h"
#include "../Math/Quat.h"
#include "Ray.h"
#include "AABB.h"
Expand Down
1 change: 1 addition & 0 deletions src/Geometry/Frustum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include "../Math/float2.h"
#include "../Math/float3x3.h"
#include "../Math/float3x4.h"
#include "../Math/float4x4.h"
#include "../Math/float4.h"
#include "../Math/Quat.h"
#include "../Algorithm/Random/LCG.h"
Expand Down
1 change: 1 addition & 0 deletions src/Geometry/Plane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include "LineSegment.h"
#include "../Math/float3x3.h"
#include "../Math/float3x4.h"
#include "../Math/float4x4.h"
#include "../Math/float4.h"
#include "../Math/Quat.h"
#include "Frustum.h"
Expand Down
2 changes: 2 additions & 0 deletions src/Geometry/Polyhedron.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
#include <sstream>
#include "../Math/assume.h"
#include "../Math/MathFunc.h"
#include "../Math/float3x3.h"
#include "../Math/float3x4.h"
#include "../Math/float4x4.h"
#include "../Math/Quat.h"
#include "AABB.h"
#include "OBB.h"
Expand Down
67 changes: 0 additions & 67 deletions src/Math/Complex.h

This file was deleted.

80 changes: 0 additions & 80 deletions src/Math/CoordinateAxisConvention.h

This file was deleted.

2 changes: 0 additions & 2 deletions src/Math/MathAll.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
#include "MathNamespace.h"

#include "BitOps.h"
#include "Complex.h"
#include "CoordinateAxisConvention.h"
#include "FixedPoint.h"
#include "float2.h"
#include "float3.h"
Expand Down
1 change: 1 addition & 0 deletions src/Math/TransformOps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "TransformOps.h"
#include "MathFunc.h"
#include "float4.h"
#include "float3x3.h"
#include "float3x4.h"
#include "float4x4.h"

Expand Down
1 change: 0 additions & 1 deletion src/Math/float3x3.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include "../MathGeoLibFwd.h"
#include "MatrixProxy.h"
#include "../Math/float3.h"
#include "CoordinateAxisConvention.h"

#ifdef MATH_OGRE_INTEROP
#include <OgreMatrix3.h>
Expand Down
4 changes: 2 additions & 2 deletions src/Math/float3x4.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
#endif

#include "../MathGeoLibFwd.h"
#include "MatrixProxy.h"
#include "CoordinateAxisConvention.h"
#include "../MathBuildConfig.h"
#include "MatrixProxy.h"
#include "float3.h"
#include "SSEMath.h"

MATH_BEGIN_NAMESPACE
Expand Down
1 change: 0 additions & 1 deletion src/Math/float4x4.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#endif
#include "../MathGeoLibFwd.h"
#include "MatrixProxy.h"
#include "CoordinateAxisConvention.h"

#ifdef MATH_OGRE_INTEROP
#include <OgreMatrix4.h>
Expand Down
4 changes: 0 additions & 4 deletions src/MathGeoLibFwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ class ScaleOp;
class AABB;
class Capsule;
class Circle;
#ifdef Complex
#undef Complex
#endif
class Complex;
class Cone;
class Cylinder;
class Ellipsoid;
Expand Down

0 comments on commit ba9b73d

Please sign in to comment.