diff options
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 |