src/PhysicsObject.hh
changeset 423 947ab54de4b7
parent 322 f94a5c192097
child 427 01e77fe8c040
--- 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 <ClanLib/display.h>
-#include <utility>
 
 // Forward declares
 class PhysicsObject;
@@ -13,6 +11,9 @@
 #include "Timer.hh"
 #include "Config.hh"
 
+#include <utility>
+#include <queue>
+
 // Type definitions
 typedef Vector Force;