mirror of
https://github.com/labwc/labwc.git
synced 2025-11-30 06:59:52 -05:00
src: remove unused #includes (via include-what-you-use)
This commit is contained in:
parent
7c185c1a85
commit
b00873a988
52 changed files with 5 additions and 114 deletions
|
|
@ -3,7 +3,6 @@
|
|||
#include "menu/menu.h"
|
||||
#include <assert.h>
|
||||
#include <libxml/parser.h>
|
||||
#include <libxml/tree.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
@ -20,7 +19,6 @@
|
|||
#include "common/lab-scene-rect.h"
|
||||
#include "common/list.h"
|
||||
#include "common/mem.h"
|
||||
#include "common/scene-helpers.h"
|
||||
#include "common/spawn.h"
|
||||
#include "common/string-helpers.h"
|
||||
#include "common/xml.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue