CometParticleSystem include fix
authormathnerd314 <mathnerd314@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Fri, 12 Feb 2010 05:29:50 +0000 (05:29 +0000)
committermathnerd314 <mathnerd314@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Fri, 12 Feb 2010 05:29:50 +0000 (05:29 +0000)
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6324 837edb03-e0f3-0310-88ca-d4d4e8b29345

src/object/comet_particle_system.hpp

index 460ef0d..2042c92 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "object/particlesystem_interactive.hpp"
 #include "video/surface_ptr.hpp"
-#include "src/video/drawing_request.hpp" /* LAYER_BACKGROUND1 */
+#include "video/drawing_request.hpp" /* LAYER_BACKGROUND1 */
 
 class CometParticleSystem : public ParticleSystem_Interactive
 {