Fix/cleanup includes a bit

This commit is contained in:
Kirill Primak 2025-04-15 20:13:29 +03:00
parent 4277d8cfdc
commit 5fd43add1c
21 changed files with 12 additions and 25 deletions

View file

@ -1,5 +1,4 @@
#include <assert.h>
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>

View file

@ -1,4 +1,3 @@
#include <assert.h>
#include <string.h>
#include <stdlib.h>

View file

@ -1,5 +1,6 @@
#include <assert.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
#include <unistd.h>
@ -9,7 +10,6 @@
#include <wlr/util/log.h>
#include <xkbcommon/xkbcommon.h>
#include "input-method-unstable-v2-protocol.h"
#include "util/shm.h"
// Note: zwp_input_popup_surface_v2 and zwp_input_method_keyboard_grab_v2 objects
// become inert when the corresponding zwp_input_method_v2 is destroyed

View file

@ -1,4 +1,3 @@
#include <assert.h>
#include <stdlib.h>
#include <wayland-server-core.h>

View file

@ -1,4 +1,3 @@
#include <assert.h>
#include <string.h>
#include <stdlib.h>