summaryrefslogtreecommitdiff
path: root/src/gui/speechbubble.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-01-11 02:12:47 +0000
committerJared Adams <jaxad0127@gmail.com>2010-01-11 02:12:47 +0000
commit440150cba3cd8441283d9914fc444358dee64495 (patch)
tree89ff0bb6b5229748861ba5364268e3c465a3b3a0 /src/gui/speechbubble.cpp
parentada99b0ff2395e4d0853016306564f471bfc1bc8 (diff)
downloadMana-440150cba3cd8441283d9914fc444358dee64495.tar.gz
Mana-440150cba3cd8441283d9914fc444358dee64495.tar.bz2
Mana-440150cba3cd8441283d9914fc444358dee64495.tar.xz
Mana-440150cba3cd8441283d9914fc444358dee64495.zip
Cleanup GUI classes
Moved remaining widgets into widgets folder, standardized include order, moved TextRenderer out.
Diffstat (limited to 'src/gui/speechbubble.cpp')
-rw-r--r--src/gui/speechbubble.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/speechbubble.cpp b/src/gui/speechbubble.cpp
index c2703327..4f2df7e4 100644
--- a/src/gui/speechbubble.cpp
+++ b/src/gui/speechbubble.cpp
@@ -22,12 +22,12 @@
#include "gui/speechbubble.h"
+#include "graphics.h"
+
#include "gui/gui.h"
#include "gui/widgets/textbox.h"
-#include "graphics.h"
-
#include <guichan/font.hpp>
#include <guichan/widgets/label.hpp>