diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-30 20:32:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-30 20:32:32 +0300 |
commit | 338c3b1cae626830c9b9d231aeb9f9e8034b37d1 (patch) | |
tree | 0d6b2a53f105a6a1c524360bba7fcedb361a8bf0 /src/gui/setup_chat.h | |
parent | fc7928bab206892653a5a7279b384f2bcd323ea4 (diff) | |
download | plus-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/setup_chat.h')
-rw-r--r-- | src/gui/setup_chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_chat.h b/src/gui/setup_chat.h index 2a6e5b183..50161ff4e 100644 --- a/src/gui/setup_chat.h +++ b/src/gui/setup_chat.h @@ -27,7 +27,7 @@ #include "gui/widgets/setuptab.h" -#include <guichan/actionlistener.hpp> +#include "guichan/actionlistener.hpp" class IntTextField; class EditDialog; |