Browse Source

Physics: removed unneeded includes.

pull/7/head
Vladimír Vondruš 13 years ago
parent
commit
33f3a0a7dd
  1. 1
      src/Physics/Box.cpp
  2. 1
      src/Physics/Plane.cpp

1
src/Physics/Box.cpp

@ -16,7 +16,6 @@
#include "Box.h" #include "Box.h"
#include "Math/Matrix4.h" #include "Math/Matrix4.h"
#include "Math/Point3D.h"
namespace Magnum { namespace Physics { namespace Magnum { namespace Physics {

1
src/Physics/Plane.cpp

@ -18,7 +18,6 @@
#include <limits> #include <limits>
#include "Math/Matrix4.h" #include "Math/Matrix4.h"
#include "Math/Point3D.h"
#include "Math/Geometry/Intersection.h" #include "Math/Geometry/Intersection.h"
#include "LineSegment.h" #include "LineSegment.h"

Loading…
Cancel
Save