summaryrefslogtreecommitdiff
path: root/src/text.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/text.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/text.h')
-rw-r--r--src/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.h b/src/text.h
index 5249be967..0af538738 100644
--- a/src/text.h
+++ b/src/text.h
@@ -27,7 +27,7 @@
#include "graphics.h"
#include "guichanfwd.h"
-#include <guichan/color.hpp>
+#include "guichan/color.hpp"
class TextManager;