summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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;