Fixup 194b5ef
This commit is contained in:
parent
e41a415588
commit
ba99ffded8
3 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue