clean some includes

This commit is contained in:
Ali El Gariani 2009-12-05 00:35:20 +00:00
parent 6e0b12e8c0
commit f891c65a3d
5 changed files with 5 additions and 3 deletions

View File

@ -19,7 +19,6 @@
#include "global.hpp"
#include "actions.hpp"
#include "display.hpp"
#include "show_dialog.hpp"
#include "unit_map.hpp"

View File

@ -19,6 +19,7 @@
* Set various sizes for the screen-layout of the map editor.
*/
#include "display.hpp"
#include "editor_layout.hpp"

View File

@ -19,7 +19,7 @@
#include "global.hpp"
#include "display.hpp"
class display;
namespace editor {

View File

@ -23,6 +23,7 @@
#include "lobby_preferences.hpp"
#include "log.hpp"
#include "marked-up_text.hpp"
#include "menu_events.hpp"
#include "multiplayer.hpp"
#include "multiplayer_ui.hpp"
#include "sound.hpp"

View File

@ -14,18 +14,19 @@
#ifndef MULTIPLAYER_UI_HPP_INCLUDED
#define MULTIPLAYER_UI_HPP_INCLUDED
#include "chat_events.hpp"
#include "hotkeys.hpp"
#include "network.hpp"
#include "preferences_display.hpp"
#include "widgets/label.hpp"
#include "widgets/menu.hpp"
#include "widgets/textbox.hpp"
#include "menu_events.hpp"
#include <deque>
#include <string>
class display;
class game_display;
class config;
class game_state;