Remove headers not being used directly

Fix clangd warnings regarding headers not being used directly.
This commit is contained in:
kyak 2023-12-11 13:13:00 +03:00 committed by Johan Malm
parent 6c287969d3
commit 266690091f
17 changed files with 0 additions and 24 deletions

View file

@ -1,5 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <assert.h>
#include <cairo.h>
#include <drm_fourcc.h>
#include <pango/pangocairo.h>

View file

@ -1,5 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
#include <string.h>
#include <strings.h>
#include <wlr/util/log.h>
#include "common/parse-bool.h"

View file

@ -3,7 +3,6 @@
#include <assert.h>
#include <glib.h>
#include <signal.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/wait.h>