From 7e04b1bec880e487537f587cb00c17689663a651 Mon Sep 17 00:00:00 2001 From: Mathnerd314 Date: Fri, 12 Feb 2010 05:29:50 +0000 Subject: [PATCH] CometParticleSystem include fix SVN-Revision: 6324 --- src/object/comet_particle_system.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/object/comet_particle_system.hpp b/src/object/comet_particle_system.hpp index 460ef0d95..2042c9297 100644 --- a/src/object/comet_particle_system.hpp +++ b/src/object/comet_particle_system.hpp @@ -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 { -- 2.11.0