Remove unneeded includes.

This commit is contained in:
Mark de Wever 2010-10-28 21:05:17 +00:00
parent 0b8b3d931a
commit c5ebf0e525

View File

@ -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 <string>
class t_string;
namespace font {