diff options
Diffstat (limited to 'src/grp-locale/localectl.c')
-rw-r--r-- | src/grp-locale/localectl.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/grp-locale/localectl.c b/src/grp-locale/localectl.c index c1b0a56346..a159f8ed2e 100644 --- a/src/grp-locale/localectl.c +++ b/src/grp-locale/localectl.c @@ -28,17 +28,17 @@ #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 "shared/bus-util.h" +#include "basic/def.h" +#include "basic/fd-util.h" +#include "basic/fileio.h" +#include "basic/locale-util.h" +#include "shared/pager.h" +#include "basic/set.h" +#include "shared/spawn-polkit-agent.h" +#include "basic/strv.h" +#include "basic/util.h" +#include "basic/virt.h" static bool arg_no_pager = false; static bool arg_ask_password = true; |