aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2024-02-15 12:01:24 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2024-02-15 15:56:36 +0100
commit541e6e260c2df0346b421cacfaf4ce5d204c49ba (patch)
tree10a90352976b9d7e48e9846f8a3e8fb30b4379c5 /include
parentFix build with wlroots DRM backend disabled (diff)
downloadsway-541e6e260c2df0346b421cacfaf4ce5d204c49ba.tar.gz
sway-541e6e260c2df0346b421cacfaf4ce5d204c49ba.tar.zst
sway-541e6e260c2df0346b421cacfaf4ce5d204c49ba.zip
Drop unnecessary includes from sway/server.h
Diffstat (limited to 'include')
-rw-r--r--include/sway/server.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index b047e20d..b2eb2c36 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -2,23 +2,6 @@
2#define _SWAY_SERVER_H 2#define _SWAY_SERVER_H
3#include <stdbool.h> 3#include <stdbool.h>
4#include <wayland-server-core.h> 4#include <wayland-server-core.h>
5#include <wlr/backend.h>
6#include <wlr/render/allocator.h>
7#include <wlr/render/wlr_renderer.h>
8#include <wlr/types/wlr_compositor.h>
9#include <wlr/types/wlr_data_device.h>
10#include <wlr/types/wlr_ext_foreign_toplevel_list_v1.h>
11#include <wlr/types/wlr_input_method_v2.h>
12#include <wlr/types/wlr_foreign_toplevel_management_v1.h>
13#include <wlr/types/wlr_layer_shell_v1.h>
14#include <wlr/types/wlr_output_management_v1.h>
15#include <wlr/types/wlr_output_power_management_v1.h>
16#include <wlr/types/wlr_presentation_time.h>
17#include <wlr/types/wlr_relative_pointer_v1.h>
18#include <wlr/types/wlr_session_lock_v1.h>
19#include <wlr/types/wlr_server_decoration.h>
20#include <wlr/types/wlr_text_input_v3.h>
21#include <wlr/types/wlr_xdg_shell.h>
22#include "config.h" 5#include "config.h"
23#include "list.h" 6#include "list.h"
24#include "sway/desktop/idle_inhibit_v1.h" 7#include "sway/desktop/idle_inhibit_v1.h"