]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/copy.c
util-lib: split out IO related calls to io-util.[ch]
[thirdparty/systemd.git] / src / basic / copy.c
index b20c178727357e33747760911e742ccd285d1491..9f274c4d51c89360007fe775e169a64063a15959 100644 (file)
 #include <sys/sendfile.h>
 #include <sys/xattr.h>
 
-#include "util.h"
 #include "btrfs-util.h"
-#include "strv.h"
 #include "copy.h"
+#include "fd-util.h"
+#include "io-util.h"
+#include "string-util.h"
+#include "strv.h"
+#include "util.h"
 
 #define COPY_BUFFER_SIZE (16*1024)