summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2006-07-29 13:50:45 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2006-07-29 13:50:45 +0000
commit43537eecfee22e8bf756e20c01a3363276d78b2c (patch)
tree75f3bcb835c5114305f71f21ad5b971fa65c7fb7 /src
parente83903e70999d6783e33f3f9841d99c7a88f8695 (diff)
downloadmana-client-43537eecfee22e8bf756e20c01a3363276d78b2c.tar.gz
mana-client-43537eecfee22e8bf756e20c01a3363276d78b2c.tar.bz2
mana-client-43537eecfee22e8bf756e20c01a3363276d78b2c.tar.xz
mana-client-43537eecfee22e8bf756e20c01a3363276d78b2c.zip
Moved include from header to source file.
Diffstat (limited to 'src')
-rw-r--r--src/animatedsprite.cpp1
-rw-r--r--src/animation.h2
2 files changed, 1 insertions, 2 deletions
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 <libxml/tree.h>
-#include "graphics.h"
-
class Image;
class Spriteset;