diff --git a/src/font.hpp b/src/font.hpp index 81771648653..543f6450e1a 100644 --- a/src/font.hpp +++ b/src/font.hpp @@ -16,14 +16,11 @@ #define FONT_HPP_INCLUDED #include "exceptions.hpp" -#include "SDL.h" #include "SDL_ttf.h" -class CVideo; -class t_string; #include "sdl_utils.hpp" -#include +class t_string; namespace font {