This commit is contained in:
Charles Dang 2017-05-10 14:15:39 +11:00
parent e41a415588
commit ba99ffded8
3 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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"

View file

@ -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"