mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
src: include primary header first
This is a common practice in C projects, which simply enforces that each header must compile cleanly without implicit dependencies on other headers (see also the previous commit).
This commit is contained in:
parent
c9b576982d
commit
31d42b50e2
74 changed files with 74 additions and 72 deletions
|
|
@ -1,11 +1,10 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
#define _POSIX_C_SOURCE 200809L
|
||||
|
||||
#include "common/fd-util.h"
|
||||
#include <sys/resource.h>
|
||||
#include <wlr/util/log.h>
|
||||
|
||||
#include "common/fd-util.h"
|
||||
|
||||
static struct rlimit original_nofile_rlimit = {0};
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue