diff options
Diffstat (limited to 'src/grp-locale/localectl/localectl.c')
-rw-r--r-- | src/grp-locale/localectl/localectl.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/grp-locale/localectl/localectl.c b/src/grp-locale/localectl/localectl.c index c1b0a56346..72ac1c0303 100644 --- a/src/grp-locale/localectl/localectl.c +++ b/src/grp-locale/localectl/localectl.c @@ -27,18 +27,18 @@ #include <systemd/sd-bus.h> -#include "bus-error.h" -#include "bus-util.h" -#include "def.h" -#include "fd-util.h" -#include "fileio.h" -#include "locale-util.h" -#include "pager.h" -#include "set.h" -#include "spawn-polkit-agent.h" -#include "strv.h" -#include "util.h" -#include "virt.h" +#include "basic/def.h" +#include "basic/fd-util.h" +#include "basic/fileio.h" +#include "basic/locale-util.h" +#include "basic/set.h" +#include "basic/strv.h" +#include "basic/util.h" +#include "basic/virt.h" +#include "sd-bus/bus-error.h" +#include "shared/bus-util.h" +#include "shared/pager.h" +#include "shared/spawn-polkit-agent.h" static bool arg_no_pager = false; static bool arg_ask_password = true; |