]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-copy.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / test / test-copy.c
index a03a68bd43778353cdd52580b4813f9a536dfee3..000d407db1c8b39706919d9798004be436d1c3e7 100644 (file)
 #include <unistd.h>
 
 #include "copy.h"
-#include "path-util.h"
 #include "fileio.h"
+#include "macro.h"
 #include "mkdir.h"
+#include "path-util.h"
+#include "rm-rf.h"
+#include "string-util.h"
 #include "strv.h"
-#include "macro.h"
 #include "util.h"
-#include "rm-rf.h"
 
 static void test_copy_file(void) {
         _cleanup_free_ char *buf = NULL;