]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/bus-proxyd/test-bus-xml-policy.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / bus-proxyd / test-bus-xml-policy.c
index d19d0e1b606ca2650ce0a3491b2d30d0fac1f453..cb7ff6b9700b8ad117a867ec0b203f25119d429a 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <unistd.h>
 #include <errno.h>
 #include <stddef.h>
+#include <unistd.h>
 
-#include "log.h"
-#include "util.h"
 #include "sd-bus.h"
-#include "strv.h"
+
 #include "bus-xml-policy.h"
+#include "log.h"
+#include "string-util.h"
+#include "strv.h"
+#include "util.h"
 
 static int test_policy_load(Policy *p, const char *name) {
         _cleanup_free_ char *path = NULL;