summaryrefslogtreecommitdiff
path: root/src/grp-machine/grp-import/systemd-pull/pull-job.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-machine/grp-import/systemd-pull/pull-job.c')
-rw-r--r--src/grp-machine/grp-import/systemd-pull/pull-job.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/grp-machine/grp-import/systemd-pull/pull-job.c b/src/grp-machine/grp-import/systemd-pull/pull-job.c
index fce08f65d9..3735304e6d 100644
--- a/src/grp-machine/grp-import/systemd-pull/pull-job.c
+++ b/src/grp-machine/grp-import/systemd-pull/pull-job.c
@@ -23,12 +23,13 @@
#include "basic/fd-util.h"
#include "basic/hexdecoct.h"
#include "basic/io-util.h"
-#include "shared/machine-pool.h"
#include "basic/parse-util.h"
-#include "pull-job.h"
#include "basic/string-util.h"
#include "basic/strv.h"
#include "basic/xattr-util.h"
+#include "shared/machine-pool.h"
+
+#include "pull-job.h"
PullJob* pull_job_unref(PullJob *j) {
if (!j)