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