From 43537eecfee22e8bf756e20c01a3363276d78b2c Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Sat, 29 Jul 2006 13:50:45 +0000 Subject: Moved include from header to source file. --- src/animatedsprite.cpp | 1 + src/animation.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/animatedsprite.cpp b/src/animatedsprite.cpp index 8daaf9fc..c3862e90 100644 --- a/src/animatedsprite.cpp +++ b/src/animatedsprite.cpp @@ -24,6 +24,7 @@ #include "animatedsprite.h" #include "animation.h" +#include "graphics.h" #include "log.h" #include "resources/resourcemanager.h" diff --git a/src/animation.h b/src/animation.h index 213d62c8..fe227637 100644 --- a/src/animation.h +++ b/src/animation.h @@ -30,8 +30,6 @@ #include -#include "graphics.h" - class Image; class Spriteset; -- cgit v1.2.3-70-g09d2