]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-namespace.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / test / test-namespace.c
index 7d7e08dc5d1480a0b0e7b6cb8f0d1be3f9486e83..de11443c7a4a74b7451d662e4f1fb0acf93252fe 100644 (file)
@@ -22,8 +22,9 @@
 #include <sys/socket.h>
 
 #include "namespace.h"
-#include "util.h"
 #include "process-util.h"
+#include "string-util.h"
+#include "util.h"
 
 static void test_tmpdir(const char *id, const char *A, const char *B) {
         _cleanup_free_ char *a, *b;