From: Sam Leonard Date: Mon, 15 Apr 2024 07:25:42 +0000 (+0100) Subject: vmspawn: sort headers X-Git-Tag: v256-rc1~147^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c6438263836603959b1d53de9788fc5e78e74ea;p=thirdparty%2Fsystemd.git vmspawn: sort headers --- diff --git a/src/vmspawn/vmspawn.c b/src/vmspawn/vmspawn.c index cb74b5c97ed..2a55a798281 100644 --- a/src/vmspawn/vmspawn.c +++ b/src/vmspawn/vmspawn.c @@ -8,26 +8,25 @@ #include #include -#include "bootspec.h" -#include "chase.h" -#include "dirent-util.h" -#include "fd-util.h" -#include "discover-image.h" -#include "pidref.h" #include "sd-daemon.h" #include "sd-event.h" #include "sd-id128.h" #include "alloc-util.h" #include "architecture.h" +#include "bootspec.h" #include "build.h" +#include "chase.h" #include "common-signal.h" #include "copy.h" #include "creds-util.h" +#include "dirent-util.h" +#include "discover-image.h" #include "dissect-image.h" #include "escape.h" #include "event-util.h" #include "extract-word.h" +#include "fd-util.h" #include "fileio.h" #include "format-util.h" #include "fs-util.h" @@ -46,6 +45,7 @@ #include "parse-util.h" #include "path-lookup.h" #include "path-util.h" +#include "pidref.h" #include "pretty-print.h" #include "process-util.h" #include "ptyfwd.h"