removed more useless inclusions

This commit is contained in:
Yann Dirson 2005-03-09 17:01:09 +00:00
parent 9dcb399cc9
commit 26bbe121a7
3 changed files with 1 additions and 4 deletions

View file

@ -4,7 +4,6 @@
#include "filesystem.hpp"
#include "game_config.hpp"
#include "image.hpp"
#include "font.hpp"
#include "log.hpp"
#include "sdl_utils.hpp"
#include "team.hpp"

View file

@ -1,8 +1,7 @@
#ifndef TOOLTIPS_HPP_INCLUDED
#define TOOLTIPS_HPP_INCLUDED
#include "font.hpp"
#include "video.hpp"
#include "display.hpp"
#include "SDL.h"

View file

@ -13,7 +13,6 @@
#include "global.hpp"
#include "font.hpp"
#include "game_config.hpp"
#include "gamestatus.hpp"
#include "language.hpp"