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 bb297dc5a..7356cc633 100644 --- a/src/gui/speechbubble.cpp +++ b/src/gui/speechbubble.cpp @@ -30,9 +30,9 @@ #include "gui/widgets/textbox.h" -#include "guichan/font.hpp" +#include <guichan/font.hpp> -#include "guichan/widgets/label.hpp" +#include <guichan/widgets/label.hpp> #include "debug.h" |