Random stuff that I should have committed ages ago.
[supertux.git] / src / badguy / zeekling.cpp
index 3d6ec90..cc13f88 100644 (file)
 //  02111-1307, USA.
 
 #include <config.h>
-#include <math.h>
 
 #include "zeekling.hpp"
+
+#include <math.h>
+
 #include "random_generator.hpp"
+#include "lisp/writer.hpp"
+#include "object_factory.hpp"
+#include "object/player.hpp"
+#include "sprite/sprite.hpp"
 
 Zeekling::Zeekling(const lisp::Lisp& reader)
         : BadGuy(reader, "images/creatures/zeekling/zeekling.sprite"), last_player(0)