summaryrefslogtreecommitdiff
path: root/src/text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.cpp')
-rw-r--r--src/text.cpp4
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;