aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/cursor.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/cursor.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/cursor.c')
-rw-r--r--sway/input/cursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c
index 3de36e1c..2468a341 100644
--- a/sway/input/cursor.c
+++ b/sway/input/cursor.c
@@ -11,7 +11,7 @@
11#include <wlr/types/wlr_idle.h> 11#include <wlr/types/wlr_idle.h>
12#include "list.h" 12#include "list.h"
13#include "log.h" 13#include "log.h"
14#include "sway/config.h" 14#include "config.h"
15#include "sway/desktop.h" 15#include "sway/desktop.h"
16#include "sway/desktop/transaction.h" 16#include "sway/desktop/transaction.h"
17#include "sway/input/cursor.h" 17#include "sway/input/cursor.h"