]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-xml.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / test / test-xml.c
index ea109fbde0c57cc599709342fd1ae5e1b96e22e6..93b0e7c3fbb447878f8ecaed096fd115d047eed1 100644 (file)
@@ -21,8 +21,9 @@
 
 #include <stdarg.h>
 
-#include "xml.h"
+#include "string-util.h"
 #include "util.h"
+#include "xml.h"
 
 static void test_one(const char *data, ...) {
         void *state = NULL;