summaryrefslogtreecommitdiff
path: root/src/animatedsprite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animatedsprite.cpp')
-rw-r--r--src/animatedsprite.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/animatedsprite.cpp b/src/animatedsprite.cpp
index 211b73f87..b31ca92bf 100644
--- a/src/animatedsprite.cpp
+++ b/src/animatedsprite.cpp
@@ -23,9 +23,10 @@
#include "animatedsprite.h"
#include "animationdelayload.h"
-#include "graphics.h"
#include "logger.h"
+#include "render/graphics.h"
+
#include "resources/action.h"
#include "resources/animation.h"
#include "resources/image.h"