removed useless inclusion of display.hpp

This commit is contained in:
Yann Dirson 2005-03-09 16:29:52 +00:00
parent 7ea62bf981
commit 9dcb399cc9
2 changed files with 0 additions and 2 deletions

View file

@ -14,7 +14,6 @@
#include "global.hpp"
#include "ai_move.hpp"
#include "display.hpp"
#include "game_config.hpp"
#include "log.hpp"
#include "map.hpp"

View file

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