Skip to content

Commit

Permalink
Fixup 194b5ef
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed May 10, 2017
1 parent e41a415 commit ba99ffd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/game_launcher.cpp
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/hotkey/command_executor.cpp
Expand Up @@ -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"

Expand Down
1 change: 0 additions & 1 deletion src/menu_events.cpp
Expand Up @@ -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"
Expand Down

0 comments on commit ba99ffd

Please sign in to comment.