aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/input-manager.h
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-16 08:33:22 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-16 08:33:22 -0500
commitd3d36047605e57e81d7452173a913a0c04cbcfc1 (patch)
tree792ea6e2bcd16cdff1db7b90bab2668bfa569e51 /include/sway/input/input-manager.h
parentinput and seat command docs (diff)
downloadsway-d3d36047605e57e81d7452173a913a0c04cbcfc1.tar.gz
sway-d3d36047605e57e81d7452173a913a0c04cbcfc1.tar.zst
sway-d3d36047605e57e81d7452173a913a0c04cbcfc1.zip
fix header includes
Diffstat (limited to 'include/sway/input/input-manager.h')
-rw-r--r--include/sway/input/input-manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sway/input/input-manager.h b/include/sway/input/input-manager.h
index cdcffab6..53064eed 100644
--- a/include/sway/input/input-manager.h
+++ b/include/sway/input/input-manager.h
@@ -1,5 +1,5 @@
1#ifndef _SWAY_INPUT_MANAGER_H 1#ifndef _SWAY_INPUT_INPUT_MANAGER_H
2#define _SWAY_INPUT_MANAGER_H 2#define _SWAY_INPUT_INPUT_MANAGER_H
3#include <libinput.h> 3#include <libinput.h>
4#include "sway/server.h" 4#include "sway/server.h"
5#include "sway/config.h" 5#include "sway/config.h"