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.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/grp-locale/localectl.c b/src/grp-locale/localectl.c
index c1b0a56346..2f4a82a07c 100644
--- a/src/grp-locale/localectl.c
+++ b/src/grp-locale/localectl.c
@@ -29,16 +29,16 @@
#include "bus-error.h"
#include "bus-util.h"
-#include "def.h"
-#include "fd-util.h"
-#include "fileio.h"
-#include "locale-util.h"
+#include "basic/def.h"
+#include "basic/fd-util.h"
+#include "basic/fileio.h"
+#include "basic/locale-util.h"
#include "pager.h"
-#include "set.h"
+#include "basic/set.h"
#include "spawn-polkit-agent.h"
-#include "strv.h"
-#include "util.h"
-#include "virt.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;