summaryrefslogtreecommitdiff
path: root/src/grp-locale/localectl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-locale/localectl.c')
-rw-r--r--src/grp-locale/localectl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/grp-locale/localectl.c b/src/grp-locale/localectl.c
index a159f8ed2e..72ac1c0303 100644
--- a/src/grp-locale/localectl.c
+++ b/src/grp-locale/localectl.c
@@ -27,18 +27,18 @@
#include <systemd/sd-bus.h>
-#include "bus-error.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"
+#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;