diff options
Diffstat (limited to 'src/text.cpp')
-rw-r--r-- | src/text.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/text.cpp b/src/text.cpp index 545c1c0e..4d36b8fc 100644 --- a/src/text.cpp +++ b/src/text.cpp @@ -19,12 +19,11 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#include "text.h" - #include <cstring> #include <guichan/font.hpp> +#include "text.h" #include "textmanager.h" int Text::mInstances = 0; |