Cleaned up wml_separators.hpp includes
This commit is contained in:
parent
275a728184
commit
9ef1e928c7
6 changed files with 0 additions and 6 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue