mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
nspawn: properly order include of constants.h
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
#include <sys/prctl.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
#include "constants.h"
|
||||
|
||||
#if HAVE_SELINUX
|
||||
#include <selinux/selinux.h>
|
||||
@@ -38,6 +37,7 @@
|
||||
#include "cgroup-util.h"
|
||||
#include "chase.h"
|
||||
#include "common-signal.h"
|
||||
#include "constants.h"
|
||||
#include "copy.h"
|
||||
#include "cpu-set-util.h"
|
||||
#include "daemon-util.h"
|
||||
|
||||
Reference in New Issue
Block a user