mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
move down imports
This commit is contained in:
parent
a365060566
commit
ca3f58c1ff
1 changed files with 2 additions and 2 deletions
|
|
@ -1,12 +1,12 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
#include <limits.h>
|
||||
#include <wayland-util.h>
|
||||
#define _POSIX_C_SOURCE 200809L
|
||||
#include <assert.h>
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <unistd.h>
|
||||
#include <limits.h>
|
||||
#include <wayland-util.h>
|
||||
#include <wlr/util/log.h>
|
||||
#include "action.h"
|
||||
#include "common/macros.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue