From ba99ffded8611a4f1360d3dc70fd74bd0b8d6575 Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Wed, 10 May 2017 14:15:39 +1100 Subject: [PATCH] Fixup 194b5ef --- src/game_launcher.cpp | 1 - src/hotkey/command_executor.cpp | 2 +- src/menu_events.cpp | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/game_launcher.cpp b/src/game_launcher.cpp index 613a4a5f607b..2f4e4b9c9203 100644 --- a/src/game_launcher.cpp +++ b/src/game_launcher.cpp @@ -18,7 +18,6 @@ #include "commandline_options.hpp" // for commandline_options #include "config.hpp" // for config, etc #include "config_assign.hpp" -#include "construct_dialog.hpp" // for dialog #include "cursor.hpp" // for set, CURSOR_TYPE::NORMAL #include "exceptions.hpp" // for error #include "filesystem.hpp" // for get_user_config_dir, etc diff --git a/src/hotkey/command_executor.cpp b/src/hotkey/command_executor.cpp index 1ddb99ba0fc0..6d2679eca8b5 100644 --- a/src/hotkey/command_executor.cpp +++ b/src/hotkey/command_executor.cpp @@ -22,13 +22,13 @@ #include "gui/dialogs/drop_down_menu.hpp" #include "gui/widgets/window.hpp" #include "filesystem.hpp" -#include "construct_dialog.hpp" #include "gettext.hpp" #include "log.hpp" #include "preferences/general.hpp" #include "game_end_exceptions.hpp" #include "display.hpp" #include "quit_confirmation.hpp" +#include "show_dialog.hpp" #include "utils/functional.hpp" diff --git a/src/menu_events.cpp b/src/menu_events.cpp index 63f8266fdf7f..36f6f983c6df 100644 --- a/src/menu_events.cpp +++ b/src/menu_events.cpp @@ -30,7 +30,6 @@ #include "chat_command_handler.hpp" #include "color.hpp" #include "config_assign.hpp" -#include "construct_dialog.hpp" #include "display_chat_manager.hpp" #include "font/standard_colors.hpp" #include "formatter.hpp"