From: Lennart Poettering Date: Fri, 11 Jul 2025 12:25:40 +0000 (+0200) Subject: nspawn: properly order include of constants.h X-Git-Tag: v258-rc1~79^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ef1fc6d02d2cf3be48dc5b62e12a4e95a86b679;p=thirdparty%2Fsystemd.git nspawn: properly order include of constants.h --- diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index e21d0ca29b7..64b5ca87a52 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -12,7 +12,6 @@ #include #include #include -#include "constants.h" #if HAVE_SELINUX #include @@ -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"