summaryrefslogtreecommitdiff
path: root/src/statuseffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/statuseffect.h')
-rw-r--r--src/statuseffect.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/statuseffect.h b/src/statuseffect.h
index 6dda71cfc..8bb164820 100644
--- a/src/statuseffect.h
+++ b/src/statuseffect.h
@@ -23,12 +23,13 @@
#ifndef STATUSEFFECT_H
#define STATUSEFFECT_H
-#include "animatedsprite.h"
-
-#include "particle/particle.h"
+#include <string>
#include "localconsts.h"
+class AnimatedSprite;
+class Particle;
+
class StatusEffect final
{
public: