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"