mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -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
|
|
@ -1,6 +1,5 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
#define _POSIX_C_SOURCE 200809L
|
||||
#include <ctype.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
@ -9,7 +8,6 @@
|
|||
#include <wlr/util/log.h>
|
||||
#include "common/buf.h"
|
||||
#include "common/file-helpers.h"
|
||||
#include "common/mem.h"
|
||||
#include "common/spawn.h"
|
||||
#include "common/string-helpers.h"
|
||||
#include "config/session.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue