]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/sleep-config.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / shared / sleep-config.c
index 3dedbd1f6269db89a72569a466b9ce7a4296300d..e69300b1db88e3a5e27cb77135f2ff431e3c35c9 100644 (file)
 #include <stdio.h>
 
 #include "conf-parser.h"
-#include "sleep-config.h"
 #include "fileio.h"
 #include "log.h"
+#include "string-util.h"
 #include "strv.h"
 #include "util.h"
+#include "sleep-config.h"
 
 #define USE(x, y) do{ (x) = (y); (y) = NULL; } while(0)