From 33f3a0a7dd959e740ff1c1132f99501ed43f5fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 22 Feb 2013 01:17:53 +0100 Subject: [PATCH] Physics: removed unneeded includes. --- src/Physics/Box.cpp | 1 - src/Physics/Plane.cpp | 1 - 2 files changed, 2 deletions(-) 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"