move down imports

This commit is contained in:
nicolas3121 2024-04-16 12:48:15 +02:00
parent a365060566
commit ca3f58c1ff

View file

@ -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"