Cleaned up some GUI1 includes
This commit is contained in:
parent
100e463473
commit
da86bcb7a2
13 changed files with 0 additions and 13 deletions
|
@ -20,7 +20,6 @@
|
|||
#include "undo.hpp"
|
||||
#include "global.hpp"
|
||||
|
||||
#include "../construct_dialog.hpp"
|
||||
#include "../game_board.hpp" // for game_board
|
||||
#include "../game_display.hpp" // for game_display
|
||||
#include "../log.hpp" // for LOG_STREAM, logger, etc
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#include "undo_move_action.hpp"
|
||||
#include "move.hpp"
|
||||
|
||||
#include "../construct_dialog.hpp"
|
||||
#include "../resources.hpp"
|
||||
#include "../team.hpp"
|
||||
#include "../replay.hpp"
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include "../formula/ai.hpp"
|
||||
|
||||
#include "../../array.hpp"
|
||||
#include "../../dialogs.hpp"
|
||||
#include "../../game_board.hpp"
|
||||
#include "game_events/manager.hpp"
|
||||
#include "../../game_events/pump.hpp"
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include "game_config.hpp"
|
||||
#include "log.hpp"
|
||||
#include "marked-up_text.hpp"
|
||||
#include "show_dialog.hpp"
|
||||
#include "utils/sha1.hpp"
|
||||
#include "serialization/binary_or_text.hpp"
|
||||
#include "serialization/parser.hpp"
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include "../../editor_display.hpp"
|
||||
#include "mouse_action.hpp"
|
||||
|
||||
#include "construct_dialog.hpp"
|
||||
#include "gettext.hpp"
|
||||
#include "gui/dialogs/editor_set_starting_position.hpp"
|
||||
#include "editor/palette/terrain_palettes.hpp"
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
|
||||
#include "controller/editor_controller.hpp"
|
||||
|
||||
#include "../construct_dialog.hpp"
|
||||
#include "../gettext.hpp"
|
||||
#include "../filesystem.hpp"
|
||||
#include "editor/action/action_base.hpp"
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
#include "flg_manager.hpp"
|
||||
#include "multiplayer_ui.hpp"
|
||||
#include "show_dialog.hpp"
|
||||
#include "widgets/combo.hpp"
|
||||
|
||||
namespace mp {
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include "gui/dialogs/editor/custom_tod.hpp"
|
||||
|
||||
#include "dialogs.hpp"
|
||||
#include "filesystem.hpp"
|
||||
#include "filechooser.hpp"
|
||||
#include "editor/editor_preferences.hpp"
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
#include "gui/widgets/toggle_panel.hpp"
|
||||
#include "gui/widgets/tree_view_node.hpp"
|
||||
|
||||
#include "construct_dialog.hpp"
|
||||
#include "formula_string_utils.hpp"
|
||||
#include "game_preferences.hpp"
|
||||
#include "gettext.hpp"
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include "config.hpp"
|
||||
|
||||
#include "hotkey/command_executor.hpp"
|
||||
#include "construct_dialog.hpp"
|
||||
|
||||
#include <string>
|
||||
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
#include "replay_helper.hpp"
|
||||
#include "sdl/utils.hpp" // for int_to_color
|
||||
#include "serialization/string_utils.hpp" // for unicode_em_dash
|
||||
#include "show_dialog.hpp" // for dialog_button_info, etc
|
||||
#include "sound.hpp"
|
||||
#include "synced_context.hpp"
|
||||
#include "team.hpp" // for team
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include "save_index.hpp"
|
||||
#include "carryover.hpp"
|
||||
#include "config_assign.hpp"
|
||||
#include "dialogs.hpp" //FIXME: get rid of this as soon as the two remaining dialogs are moved to gui2
|
||||
#include "format_time_summary.hpp"
|
||||
#include "formula_string_utils.hpp"
|
||||
#include "game_display.hpp"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include "game_preferences.hpp"
|
||||
#include "game_events/manager.hpp"
|
||||
#include "game_events/pump.hpp"
|
||||
#include "dialogs.hpp"
|
||||
#include "unit_helper.hpp"
|
||||
#include "recall_list_manager.hpp"
|
||||
#include "resources.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue