summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textbox.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-05-30 20:32:32 +0300
committerAndrei Karas <akaras@inbox.ru>2011-05-30 20:32:32 +0300
commit338c3b1cae626830c9b9d231aeb9f9e8034b37d1 (patch)
tree0d6b2a53f105a6a1c524360bba7fcedb361a8bf0 /src/gui/widgets/textbox.h
parentfc7928bab206892653a5a7279b384f2bcd323ea4 (diff)
downloadplus-338c3b1cae626830c9b9d231aeb9f9e8034b37d1.tar.gz
plus-338c3b1cae626830c9b9d231aeb9f9e8034b37d1.tar.bz2
plus-338c3b1cae626830c9b9d231aeb9f9e8034b37d1.tar.xz
plus-338c3b1cae626830c9b9d231aeb9f9e8034b37d1.zip
Switch includes to use embedded guichan.
Diffstat (limited to 'src/gui/widgets/textbox.h')
-rw-r--r--src/gui/widgets/textbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/textbox.h b/src/gui/widgets/textbox.h
index 27525fc85..02f27e23b 100644
--- a/src/gui/widgets/textbox.h
+++ b/src/gui/widgets/textbox.h
@@ -23,7 +23,7 @@
#ifndef TEXTBOX_H
#define TEXTBOX_H
-#include <guichan/widgets/textbox.hpp>
+#include "guichan/widgets/textbox.hpp"
/**
* A text box, meant to be used inside a scroll area. Same as the Guichan text