From 6bedfcbb2970e06a4d3280c8fb62083d252ede73 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 26 Oct 2015 16:18:16 +0100 Subject: util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] --- src/firstboot/firstboot.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/firstboot/firstboot.c') diff --git a/src/firstboot/firstboot.c b/src/firstboot/firstboot.c index 5aa247b2ae..abb5e77966 100644 --- a/src/firstboot/firstboot.c +++ b/src/firstboot/firstboot.c @@ -26,17 +26,18 @@ #include "ask-password-api.h" #include "copy.h" +#include "fd-util.h" #include "fileio.h" #include "hostname-util.h" #include "locale-util.h" #include "mkdir.h" +#include "parse-util.h" #include "path-util.h" #include "random-util.h" +#include "string-util.h" #include "strv.h" #include "terminal-util.h" #include "time-util.h" -#include "string-util.h" -#include "fd-util.h" static char *arg_root = NULL; static char *arg_locale = NULL; /* $LANG */ -- cgit v1.2.3-54-g00ecf