Random stuff that I should have committed ages ago.
[supertux.git] / src / trigger / trigger_base.cpp
index a221b29..1942f63 100644 (file)
 #include <config.h>
 
 #include "trigger_base.hpp"
-#include "video/drawing_context.hpp"
+
+#include "sprite/sprite.hpp"
+#include "video/drawing_request.hpp"
 #include "object/player.hpp"
-#include "log.hpp"
 
 TriggerBase::TriggerBase()
   : sprite(0), lasthit(false), hit(false)