reverted includes of "sway/config.h" and replaced with "config.h" from meson build

This commit is contained in:
Pascal Pascher 2018-07-25 13:32:20 +02:00
parent 79a45d4a40
commit f95cb9a7c1
11 changed files with 11 additions and 5 deletions

View File

@ -2,6 +2,7 @@
#define _SWAY_CRITERIA_H
#include <pcre.h>
#include "config.h"
#include "list.h"
#include "tree/view.h"

View File

@ -3,6 +3,7 @@
#include <wlr/types/wlr_output_layout.h>
#include <wlr/render/wlr_texture.h>
#include "sway/tree/container.h"
#include "config.h"
enum movement_direction {
MOVE_LEFT,

View File

@ -3,6 +3,7 @@
#include <wayland-server.h>
#include <wlr/types/wlr_surface.h>
#include <wlr/types/wlr_xdg_shell_v6.h>
#include "config.h"
#ifdef HAVE_XWAYLAND
#include <wlr/xwayland.h>
#endif

View File

@ -1,6 +1,6 @@
#include <strings.h>
#include <wlr/util/log.h>
#include "sway/config.h"
#include "config.h"
#include "sway/commands.h"
#include "sway/tree/arrange.h"
#include "sway/tree/layout.h"

View File

@ -14,6 +14,7 @@
#include <wlr/types/wlr_surface.h>
#include <wlr/util/region.h>
#include "log.h"
#include "config.h"
#include "sway/config.h"
#include "sway/input/input-manager.h"
#include "sway/input/seat.h"

View File

@ -14,6 +14,7 @@
#include <wlr/types/wlr_surface.h>
#include <wlr/util/region.h>
#include "log.h"
#include "config.h"
#include "sway/config.h"
#include "sway/debug.h"
#include "sway/input/input-manager.h"

View File

@ -11,7 +11,7 @@
#include <wlr/types/wlr_idle.h>
#include "list.h"
#include "log.h"
#include "sway/config.h"
#include "config.h"
#include "sway/desktop.h"
#include "sway/desktop/transaction.h"
#include "sway/input/cursor.h"

View File

@ -12,7 +12,7 @@
#include <wlr/types/wlr_output_layout.h>
#include <wlr/types/wlr_xcursor_manager.h>
#include "log.h"
#include "sway/config.h"
#include "config.h"
#include "sway/debug.h"
#include "sway/desktop.h"
#include "sway/input/cursor.h"

View File

@ -25,6 +25,7 @@
#include "sway/input/input-manager.h"
#include "sway/server.h"
#include "sway/tree/layout.h"
#include "config.h"
#ifdef HAVE_XWAYLAND
#include "sway/xwayland.h"
#endif

View File

@ -6,7 +6,7 @@
#include <string.h>
#include <wlr/types/wlr_output.h>
#include <wlr/types/wlr_output_layout.h>
#include "sway/config.h"
#include "config.h"
#include "sway/debug.h"
#include "sway/tree/arrange.h"
#include "sway/tree/container.h"

View File

@ -3,12 +3,12 @@
#include <wayland-server.h>
#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_output_layout.h>
#include "sway/config.h"
#ifdef HAVE_XWAYLAND
#include <wlr/xwayland.h>
#endif
#include "list.h"
#include "log.h"
#include "config.h"
#include "sway/criteria.h"
#include "sway/commands.h"
#include "sway/ipc-server.h"