Skip to content

Commit

Permalink
Cleaned up wml_separators.hpp includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Feb 28, 2017
1 parent 275a728 commit 9ef1e92
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/addon/manager.cpp
Expand Up @@ -31,7 +31,6 @@
#include "log.hpp"
#include "serialization/parser.hpp"
#include "version.hpp"
#include "wml_separators.hpp"
#include "formula/string_utils.hpp"
#include "addon/client.hpp"

Expand Down
1 change: 0 additions & 1 deletion src/editor/palette/location_palette.cpp
Expand Up @@ -24,7 +24,6 @@
#include "editor/toolkit/editor_toolkit.hpp"
#include "gui/dialogs/edit_text.hpp"

#include "wml_separators.hpp"
#include "formula/string_utils.hpp"
class location_palette_item : public gui::widget
{
Expand Down
1 change: 0 additions & 1 deletion src/editor/palette/tristate_button.cpp
Expand Up @@ -27,7 +27,6 @@
#include "serialization/string_utils.hpp"
#include "sound.hpp"
#include "video.hpp"
#include "wml_separators.hpp"

static lg::log_domain log_display("display");
#define ERR_DP LOG_STREAM(err, log_display)
Expand Down
1 change: 0 additions & 1 deletion src/hotkey/command_executor.cpp
Expand Up @@ -21,7 +21,6 @@
#include "gui/dialogs/transient_message.hpp"
#include "gui/dialogs/drop_down_menu.hpp"
#include "gui/widgets/window.hpp"
#include "wml_separators.hpp"
#include "filesystem.hpp"
#include "construct_dialog.hpp"
#include "gettext.hpp"
Expand Down
1 change: 0 additions & 1 deletion src/menu_events.cpp
Expand Up @@ -83,7 +83,6 @@
#include "terrain/builder.hpp"
#include "units/unit.hpp"
#include "units/udisplay.hpp"
#include "wml_separators.hpp"
#include "whiteboard/manager.hpp"

static lg::log_domain log_engine("engine");
Expand Down
1 change: 0 additions & 1 deletion src/mouse_events.cpp
Expand Up @@ -48,7 +48,6 @@
#include "units/ptr.hpp" // for unit_const_ptr
#include "whiteboard/manager.hpp" // for manager, etc
#include "whiteboard/typedefs.hpp" // for whiteboard_lock
#include "wml_separators.hpp" // for COLUMN_SEPARATOR, etc

#include <cassert> // for assert
#include <new> // for bad_alloc
Expand Down

0 comments on commit 9ef1e92

Please sign in to comment.