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 <string.h>
#include <unistd.h>
@ -12,7 +11,6 @@
#include <wlr/config.h>
#include <wlr/render/wlr_renderer.h>
#include <wlr/util/log.h>
#include "backend/multi.h"
#include "types/wlr_output.h"
#include "util/env.h"
#include "util/time.h"