diff --git a/src/Physics/Box.cpp b/src/Physics/Box.cpp index d71c6d570..677855a3b 100644 --- a/src/Physics/Box.cpp +++ b/src/Physics/Box.cpp @@ -16,7 +16,6 @@ #include "Box.h" #include "Math/Matrix4.h" -#include "Math/Point3D.h" namespace Magnum { namespace Physics { diff --git a/src/Physics/Plane.cpp b/src/Physics/Plane.cpp index 471f1a0ed..b354447d9 100644 --- a/src/Physics/Plane.cpp +++ b/src/Physics/Plane.cpp @@ -18,7 +18,6 @@ #include #include "Math/Matrix4.h" -#include "Math/Point3D.h" #include "Math/Geometry/Intersection.h" #include "LineSegment.h"