mirror of
https://github.com/labwc/labwc.git
synced 2025-11-06 13:29:58 -05: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,5 +1,6 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
#define _POSIX_C_SOURCE 200809L
|
||||
#include "xwayland.h"
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <wlr/xwayland.h>
|
||||
|
|
@ -17,7 +18,6 @@
|
|||
#include "view-impl-common.h"
|
||||
#include "window-rules.h"
|
||||
#include "workspaces.h"
|
||||
#include "xwayland.h"
|
||||
|
||||
enum atoms {
|
||||
ATOM_NET_WM_ICON = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue