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. --- ChangeLog | 5 +++++ src/animatedsprite.cpp | 1 + src/animation.h | 2 -- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ea0e0f19..32dbd9f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-29 Björn Steinbrink + + * src/animation.h, src/animatedsprite.cpp: Moved included from header + to source file. + 2006-07-28 Björn Steinbrink * src/npc.cpp, src/player.cpp, src/animatedsprite.h, src/animation.h, 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