aboutsummaryrefslogtreecommitdiff
path: root/include/sway
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway')
-rw-r--r--include/sway/desktop/launcher.h1
-rw-r--r--include/sway/input/text_input.h1
-rw-r--r--include/sway/tree/node.h1
-rw-r--r--include/sway/tree/view.h2
-rw-r--r--include/sway/tree/workspace.h1
5 files changed, 4 insertions, 2 deletions
diff --git a/include/sway/desktop/launcher.h b/include/sway/desktop/launcher.h
index 3b577f74..d5651adf 100644
--- a/include/sway/desktop/launcher.h
+++ b/include/sway/desktop/launcher.h
@@ -2,6 +2,7 @@
#define _SWAY_LAUNCHER_H
#include <stdlib.h>
+#include <wayland-server-core.h>
struct launcher_ctx {
pid_t pid;
diff --git a/include/sway/input/text_input.h b/include/sway/input/text_input.h
index c70fd935..4de96d44 100644
--- a/include/sway/input/text_input.h
+++ b/include/sway/input/text_input.h
@@ -4,7 +4,6 @@
#include <wlr/types/wlr_text_input_v3.h>
#include <wlr/types/wlr_input_method_v2.h>
#include <wlr/types/wlr_compositor.h>
-#include "sway/input/seat.h"
/**
* The relay structure manages the relationship between text-input and
diff --git a/include/sway/tree/node.h b/include/sway/tree/node.h
index 470ee3b5..03a389a4 100644
--- a/include/sway/tree/node.h
+++ b/include/sway/tree/node.h
@@ -1,5 +1,6 @@
#ifndef _SWAY_NODE_H
#define _SWAY_NODE_H
+#include <wayland-server-core.h>
#include <stdbool.h>
#include "list.h"
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 1b033ee5..273ff364 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -2,7 +2,7 @@
#define _SWAY_VIEW_H
#include <wayland-server-core.h>
#include <wlr/types/wlr_compositor.h>
-#include "config.h"
+#include "sway/config.h"
#if HAVE_XWAYLAND
#include <wlr/xwayland.h>
#endif
diff --git a/include/sway/tree/workspace.h b/include/sway/tree/workspace.h
index b3d93a81..b0fef4ca 100644
--- a/include/sway/tree/workspace.h
+++ b/include/sway/tree/workspace.h
@@ -2,6 +2,7 @@
#define _SWAY_WORKSPACE_H
#include <stdbool.h>
+#include "sway/config.h"
#include "sway/tree/container.h"
#include "sway/tree/node.h"