summaryrefslogtreecommitdiff
path: root/src/grp-helperunits/systemd-quotacheck/quotacheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-helperunits/systemd-quotacheck/quotacheck.c')
-rw-r--r--src/grp-helperunits/systemd-quotacheck/quotacheck.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/grp-helperunits/systemd-quotacheck/quotacheck.c b/src/grp-helperunits/systemd-quotacheck/quotacheck.c
index 6d8c05f046..3c2292b0c4 100644
--- a/src/grp-helperunits/systemd-quotacheck/quotacheck.c
+++ b/src/grp-helperunits/systemd-quotacheck/quotacheck.c
@@ -23,11 +23,11 @@
#include <sys/prctl.h>
#include <unistd.h>
-#include "proc-cmdline.h"
-#include "process-util.h"
-#include "signal-util.h"
-#include "string-util.h"
-#include "util.h"
+#include "basic/proc-cmdline.h"
+#include "basic/process-util.h"
+#include "basic/signal-util.h"
+#include "basic/string-util.h"
+#include "basic/util.h"
static bool arg_skip = false;
static bool arg_force = false;