Avoid using wayland-{client,server}.h

Their use is discouraged. Instead, include -core or -protocol headers.
This commit is contained in:
Kirill Primak 2024-04-17 16:04:36 +03:00 committed by Simon Ser
parent cb01c63a8d
commit 2f82c92307
9 changed files with 11 additions and 12 deletions

View file

@ -1,4 +1,3 @@
#include <assert.h>
#include <stdint.h>
#include <stdlib.h>
@ -6,7 +5,7 @@
#include <time.h>
#include <unistd.h>
#include <wayland-client.h>
#include <wayland-client-protocol.h>
#include <wlr/interfaces/wlr_keyboard.h>
#include <wlr/interfaces/wlr_output.h>