mirror of
https://github.com/labwc/labwc.git
synced 2026-04-08 08:21:09 -04:00
src: remove unused #includes (via include-what-you-use)
This commit is contained in:
parent
94ad36191a
commit
10953ae1a5
52 changed files with 5 additions and 114 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue