]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-env-replace.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / test / test-env-replace.c
index 110223f3b85d63920f8be4471d6d71df376fb37b..c1315bbf9ff8c3120779d2697d02942044d69a71 100644 (file)
 
 #include <string.h>
 
-#include "util.h"
-#include "strv.h"
 #include "env-util.h"
+#include "string-util.h"
+#include "strv.h"
+#include "util.h"
 
 static void test_strv_env_delete(void) {
         _cleanup_strv_free_ char **a = NULL, **b = NULL, **c = NULL, **d = NULL;