diff options
Diffstat (limited to 'src/text.h')
-rw-r--r-- | src/text.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,11 +23,11 @@ #ifndef TEXT_H #define TEXT_H -#include <guichan/color.hpp> - #include "graphics.h" #include "guichanfwd.h" +#include <guichan/color.hpp> + class TextManager; class Text |