diff options
Diffstat (limited to 'src/gui/speechbubble.cpp')
-rw-r--r-- | src/gui/speechbubble.cpp | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/src/gui/speechbubble.cpp b/src/gui/speechbubble.cpp index c74ae4a3..b4f7ff3b 100644 --- a/src/gui/speechbubble.cpp +++ b/src/gui/speechbubble.cpp @@ -20,18 +20,17 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <guichan/font.hpp> - -#include <guichan/widgets/label.hpp> +#include "gui/gui.h" +#include "gui/scrollarea.h" +#include "gui/speechbubble.h" +#include "gui/textbox.h" -#include "gui.h" -#include "scrollarea.h" -#include "speechbubble.h" -#include "textbox.h" +#include "graphics.h" -#include "../graphics.h" +#include "utils/gettext.h" -#include "../utils/gettext.h" +#include <guichan/font.hpp> +#include <guichan/widgets/label.hpp> SpeechBubble::SpeechBubble(): Popup("Speech", "graphics/gui/speechbubble.xml") |