Random stuff that I should have committed ages ago.
[supertux.git] / src / badguy / plant.cpp
index fa44401..fd25e98 100644 (file)
 
 #include "plant.hpp"
 
+#include "lisp/writer.hpp"
+#include "object_factory.hpp"
+#include "object/player.hpp"
+#include "sprite/sprite.hpp"
+
 static const float WALKSPEED = 80;
 static const float WAKE_TIME = .5;