mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Remove headers not being used directly
Fix clangd warnings regarding headers not being used directly.
This commit is contained in:
parent
6c287969d3
commit
266690091f
17 changed files with 0 additions and 24 deletions
|
|
@ -12,9 +12,7 @@
|
|||
#include "buffer.h"
|
||||
#include "button/button-png.h"
|
||||
#include "button/common.h"
|
||||
#include "common/file-helpers.h"
|
||||
#include "labwc.h"
|
||||
#include "theme.h"
|
||||
|
||||
/*
|
||||
* cairo_image_surface_create_from_png() does not gracefully handle non-png
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -15,11 +15,8 @@
|
|||
#include <drm_fourcc.h>
|
||||
#include "button/button-xbm.h"
|
||||
#include "button/common.h"
|
||||
#include "common/dir.h"
|
||||
#include "common/grab-file.h"
|
||||
#include "common/mem.h"
|
||||
#include "config/rcxml.h"
|
||||
#include "theme.h"
|
||||
#include "buffer.h"
|
||||
|
||||
enum token_type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue