From 1420656e08f65f3e5c963f82b10a718b8026d216 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Tue, 12 Jan 2010 14:19:47 -0700 Subject: Standardize header order Also remove some extra new lines and fix eAthena's PartyTab define guards. --- src/statuseffect.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/statuseffect.h') diff --git a/src/statuseffect.h b/src/statuseffect.h index f1af93d2..18592400 100644 --- a/src/statuseffect.h +++ b/src/statuseffect.h @@ -22,11 +22,12 @@ #ifndef STATUS_EFFECT_H #define STATUS_EFFECT_H -#include "resources/animation.h" #include "particle.h" #include "animatedsprite.h" #include "sound.h" +#include "resources/animation.h" + class StatusEffect { public: -- cgit v1.2.3-70-g09d2