diff -r 5e4c8631779e -r 947ab54de4b7 src/PhysicsObject.hh --- a/src/PhysicsObject.hh Thu Jan 22 03:19:25 2009 +0200 +++ b/src/PhysicsObject.hh Thu Jan 22 03:53:17 2009 +0200 @@ -1,8 +1,6 @@ #ifndef PHYSICS_OBJECT_HH #define PHYSICS_OBJECT_HH -#include -#include // Forward declares class PhysicsObject; @@ -13,6 +11,9 @@ #include "Timer.hh" #include "Config.hh" +#include +#include + // Type definitions typedef Vector Force;