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/text.cpp | |
parent | d18b9fb1aa086d3ed0187d61940564f197411cf4 (diff) | |
download | mana-client-1420656e08f65f3e5c963f82b10a718b8026d216.tar.gz mana-client-1420656e08f65f3e5c963f82b10a718b8026d216.tar.bz2 mana-client-1420656e08f65f3e5c963f82b10a718b8026d216.tar.xz mana-client-1420656e08f65f3e5c963f82b10a718b8026d216.zip |
Standardize header order
Also remove some extra new lines and fix eAthena's PartyTab define guards.
Diffstat (limited to 'src/text.cpp')
-rw-r--r-- | src/text.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/text.cpp b/src/text.cpp index 1f03ebd2..c7df8715 100644 --- a/src/text.cpp +++ b/src/text.cpp @@ -22,8 +22,6 @@ #include "text.h" -#include <guichan/font.hpp> - #include "configuration.h" #include "textmanager.h" #include "textrenderer.h" @@ -34,6 +32,8 @@ #include "resources/resourcemanager.h" #include "resources/image.h" +#include <guichan/font.hpp> + int Text::mInstances = 0; ImageRect Text::mBubble; Image *Text::mBubbleArrow; |