From 89a5a90cb0935cdad84a0b98d41789ad879d0d83 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 26 Oct 2015 20:26:23 +0100 Subject: util-lib: split xattr-related calls into xattr-util.[ch] --- src/import/pull-job.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/import') diff --git a/src/import/pull-job.c b/src/import/pull-job.c index 0910901375..3cc7ea10b7 100644 --- a/src/import/pull-job.c +++ b/src/import/pull-job.c @@ -22,13 +22,14 @@ #include #include "fd-util.h" +#include "hexdecoct.h" #include "io-util.h" #include "machine-pool.h" -#include "hexdecoct.h" #include "parse-util.h" #include "pull-job.h" #include "string-util.h" #include "strv.h" +#include "xattr-util.h" PullJob* pull_job_unref(PullJob *j) { if (!j) -- cgit v1.2.3-54-g00ecf