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/widgets/label.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/widgets/label.h')
-rw-r--r-- | src/gui/widgets/label.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/label.h b/src/gui/widgets/label.h index 775eda18c..0b9a194b6 100644 --- a/src/gui/widgets/label.h +++ b/src/gui/widgets/label.h @@ -21,7 +21,7 @@ #ifndef LABEL_H #define LABEL_H -#include <guichan/widgets/label.hpp> +#include "guichan/widgets/label.hpp" /** * Label widget. Same as the Guichan label but modified to use the palette |