From: Lennart Poettering Date: Wed, 20 Aug 2025 15:36:37 +0000 (+0200) Subject: pull-job: fix include order X-Git-Tag: v259-rc1~520 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f20508da71f48cea7de9151af0f9a2f5eff47211;p=thirdparty%2Fsystemd.git pull-job: fix include order --- diff --git a/src/import/pull-job.c b/src/import/pull-job.c index 8025e32888b..a0b0ef54061 100644 --- a/src/import/pull-job.c +++ b/src/import/pull-job.c @@ -5,6 +5,7 @@ #include #include "alloc-util.h" +#include "curl-util.h" #include "fd-util.h" #include "format-util.h" #include "hexdecoct.h" @@ -13,7 +14,6 @@ #include "parse-util.h" #include "pull-common.h" #include "pull-job.h" -#include "curl-util.h" #include "string-util.h" #include "strv.h" #include "sync-util.h"