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/being.h | |
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/being.h')
-rw-r--r-- | src/being.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/being.h b/src/being.h index 67ad8096..02abf898 100644 --- a/src/being.h +++ b/src/being.h @@ -22,14 +22,6 @@ #ifndef BEING_H #define BEING_H -#include <guichan/color.hpp> - -#include <SDL_types.h> - -#include <set> -#include <string> -#include <vector> - #include "configlistener.h" #include "map.h" #include "particlecontainer.h" @@ -39,6 +31,14 @@ #include "resources/spritedef.h" +#include <guichan/color.hpp> + +#include <SDL_types.h> + +#include <set> +#include <string> +#include <vector> + #define FIRST_IGNORE_EMOTE 14 #define STATUS_EFFECTS 32 |