diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-18 01:59:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-18 01:59:32 +0300 |
commit | 10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4 (patch) | |
tree | 111df89896898fd8e5393c78fc1d0c827a43a2c0 /src/gui/fonts/font.h | |
parent | 9de5161f9d55e4e2ece1653e6cb7decf5b3f0b9b (diff) | |
download | plus-10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4.tar.gz plus-10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4.tar.bz2 plus-10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4.tar.xz plus-10273bc94e90fefcfe3fc215aaaaafe7e0e96bd4.zip |
Remove useless includes.
Diffstat (limited to 'src/gui/fonts/font.h')
-rw-r--r-- | src/gui/fonts/font.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gui/fonts/font.h b/src/gui/fonts/font.h index 6e933f7e1..c8e39fd7c 100644 --- a/src/gui/fonts/font.h +++ b/src/gui/fonts/font.h @@ -67,22 +67,15 @@ #ifndef GUI_FONTS_FONT_H #define GUI_FONTS_FONT_H -#include "gui/color.h" - #include "gui/fonts/textchunklist.h" -#include "gui/fonts/textchunksmall.h" #include <SDL_ttf.h> -#include <map> #include <string> #include "localconsts.h" -class Color; class Graphics; -class Image; -class TextChunk; const unsigned int CACHES_NUMBER = 256; |