src: remove unused #includes (via include-what-you-use)

This commit is contained in:
John Lindgren 2025-09-02 23:19:38 -04:00
parent 94ad36191a
commit 10953ae1a5
52 changed files with 5 additions and 114 deletions

View file

@ -6,13 +6,10 @@
#include "img/img-svg.h"
#include <cairo.h>
#include <librsvg/rsvg.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <wlr/util/log.h>
#include "buffer.h"
#include "common/string-helpers.h"
#include "labwc.h"
RsvgHandle *
img_svg_load(const char *filename)