]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-replace-var.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / test / test-replace-var.c
index b1d42d77fd95add611f5899d3c9f28404ca0e651..2de2091561d0b7e5a1258539f31b994851b48c55 100644 (file)
 
 #include <string.h>
 
-#include "util.h"
 #include "macro.h"
 #include "replace-var.h"
+#include "string-util.h"
+#include "util.h"
 
 static char *lookup(const char *variable, void *userdata) {
         return strjoin("<<<", variable, ">>>", NULL);