-Started to move stuff from library back to main game
[supertux.git] / src / trigger / trigger_base.h
index b4d8df5..5ccc9ea 100644 (file)
@@ -19,9 +19,9 @@
 #ifndef SUPERTUX_TRIGGER_BASE_H
 #define SUPERTUX_TRIGGER_BASE_H
 
-#include "special/moving_object.h"
+#include "moving_object.h"
 #include "math/rectangle.h"
-#include "special/sprite.h"
+#include "sprite/sprite.h"
 
 class Player;
 using namespace SuperTux;