diff options
Diffstat (limited to 'src/gui/speechbubble.cpp')
-rw-r--r-- | src/gui/speechbubble.cpp | 4 |
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> |