aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway')
-rw-r--r--include/sway/output.h2
-rw-r--r--include/sway/server.h2
-rw-r--r--include/sway/tree/view.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index a5a2f29e..b94824b4 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -2,7 +2,7 @@
2#define _SWAY_OUTPUT_H 2#define _SWAY_OUTPUT_H
3#include <time.h> 3#include <time.h>
4#include <unistd.h> 4#include <unistd.h>
5#include <wayland-server.h> 5#include <wayland-server-core.h>
6#include <wlr/types/wlr_box.h> 6#include <wlr/types/wlr_box.h>
7#include <wlr/types/wlr_output.h> 7#include <wlr/types/wlr_output.h>
8#include "config.h" 8#include "config.h"
diff --git a/include/sway/server.h b/include/sway/server.h
index 21661685..7cbca4f2 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -1,7 +1,7 @@
1#ifndef _SWAY_SERVER_H 1#ifndef _SWAY_SERVER_H
2#define _SWAY_SERVER_H 2#define _SWAY_SERVER_H
3#include <stdbool.h> 3#include <stdbool.h>
4#include <wayland-server.h> 4#include <wayland-server-core.h>
5#include <wlr/backend.h> 5#include <wlr/backend.h>
6#include <wlr/backend/session.h> 6#include <wlr/backend/session.h>
7#include <wlr/render/wlr_renderer.h> 7#include <wlr/render/wlr_renderer.h>
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 4ce487fc..d9f5b8f2 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -1,6 +1,6 @@
1#ifndef _SWAY_VIEW_H 1#ifndef _SWAY_VIEW_H
2#define _SWAY_VIEW_H 2#define _SWAY_VIEW_H
3#include <wayland-server.h> 3#include <wayland-server-core.h>
4#include <wlr/types/wlr_surface.h> 4#include <wlr/types/wlr_surface.h>
5#include <wlr/types/wlr_xdg_shell_v6.h> 5#include <wlr/types/wlr_xdg_shell_v6.h>
6#include "config.h" 6#include "config.h"