Fix issue with action not being updated when typing grow()/fire()/etc in console...
[supertux.git] / src / object / flower.hpp
index 4411ef9..e1c06ac 100644 (file)
@@ -22,7 +22,6 @@
 
 #include "moving_object.hpp"
 #include "sprite/sprite.hpp"
-#include "physic.hpp"
 #include "player_status.hpp"
 
 class Flower : public MovingObject
@@ -41,4 +40,3 @@ private:
 };
 
 #endif
-