aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
diff options
context:
space:
mode:
authorLibravatar Pascal Pascher <pascalpascher@gmx.net>2018-07-25 13:32:20 +0200
committerLibravatar Pascal Pascher <pascalpascher@gmx.net>2018-07-25 13:32:20 +0200
commitf95cb9a7c17251c43b1d1058092e0a15d1fe8dd9 (patch)
tree90a4f4a9718c75237e59f815eadc53daceb4b0e1 /sway/input/seat.c
parentmore style fixes, included "sway/config.h" where needed (diff)
downloadsway-f95cb9a7c17251c43b1d1058092e0a15d1fe8dd9.tar.gz
sway-f95cb9a7c17251c43b1d1058092e0a15d1fe8dd9.tar.zst
sway-f95cb9a7c17251c43b1d1058092e0a15d1fe8dd9.zip
reverted includes of "sway/config.h" and replaced with "config.h" from meson build
Diffstat (limited to 'sway/input/seat.c')
-rw-r--r--sway/input/seat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index 2d62b101..cc0b16cf 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -12,7 +12,7 @@
12#include <wlr/types/wlr_output_layout.h> 12#include <wlr/types/wlr_output_layout.h>
13#include <wlr/types/wlr_xcursor_manager.h> 13#include <wlr/types/wlr_xcursor_manager.h>
14#include "log.h" 14#include "log.h"
15#include "sway/config.h" 15#include "config.h"
16#include "sway/debug.h" 16#include "sway/debug.h"
17#include "sway/desktop.h" 17#include "sway/desktop.h"
18#include "sway/input/cursor.h" 18#include "sway/input/cursor.h"