From c5ebf0e525493b62a0896e1d9815640356a779a8 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Thu, 28 Oct 2010 21:05:17 +0000 Subject: [PATCH] Remove unneeded includes. --- src/font.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 {