diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-01-12 14:19:47 -0700 |
---|---|---|
committer | Jared <jaxad0127@gmail.com> | 2010-01-12 14:41:34 -0700 |
commit | 1420656e08f65f3e5c963f82b10a718b8026d216 (patch) | |
tree | 262441cb8f9587b982f9078398844021c0d22de0 /src/statuseffect.cpp | |
parent | d18b9fb1aa086d3ed0187d61940564f197411cf4 (diff) | |
download | mana-1420656e08f65f3e5c963f82b10a718b8026d216.tar.gz mana-1420656e08f65f3e5c963f82b10a718b8026d216.tar.bz2 mana-1420656e08f65f3e5c963f82b10a718b8026d216.tar.xz mana-1420656e08f65f3e5c963f82b10a718b8026d216.zip |
Standardize header order
Also remove some extra new lines and fix eAthena's PartyTab define guards.
Diffstat (limited to 'src/statuseffect.cpp')
-rw-r--r-- | src/statuseffect.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/statuseffect.cpp b/src/statuseffect.cpp index 7ef1be19..958c15b1 100644 --- a/src/statuseffect.cpp +++ b/src/statuseffect.cpp @@ -19,8 +19,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <map> - #include "statuseffect.h" #include "log.h" @@ -29,6 +27,7 @@ #include "utils/xml.h" +#include <map> #define STATUS_EFFECTS_FILE "status-effects.xml" |