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

@ -12,9 +12,7 @@
#include "buffer.h"
#include "button/button-svg.h"
#include "button/common.h"
#include "common/file-helpers.h"
#include "labwc.h"
#include "theme.h"
void
button_svg_load(const char *button_name, struct lab_data_buffer **buffer,