Include cleanup.

This commit is contained in:
Mark de Wever 2009-09-08 20:12:39 +00:00
parent 58241d5b9b
commit eb73b52e6a
2 changed files with 2 additions and 4 deletions

View File

@ -19,6 +19,7 @@
#include "construct_dialog.hpp"
#include "display.hpp"
#include "game_config.hpp"
#include "gettext.hpp"
#include "sound.hpp"
#include "log.hpp"

View File

@ -34,9 +34,6 @@
#define DISPLAY_H_INCLUDED
class config;
class team;
class unit;
class unit_map;
class terrain_builder;
class map_labels;
@ -46,10 +43,10 @@ class map_labels;
#include "key.hpp"
#include "map_location.hpp"
#include "reports.hpp"
#include "team.hpp"
#include "time_of_day.hpp"
#include "theme.hpp"
#include "video.hpp"
#include "viewpoint.hpp"
#include "widgets/button.hpp"
#include "SDL.h"