summaryrefslogtreecommitdiff
path: root/src/grp-helperunits
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-helperunits')
-rw-r--r--src/grp-helperunits/systemd-backlight/backlight.c2
-rw-r--r--src/grp-helperunits/systemd-rfkill/rfkill.c2
-rw-r--r--src/grp-helperunits/systemd-sleep/sleep.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/grp-helperunits/systemd-backlight/backlight.c b/src/grp-helperunits/systemd-backlight/backlight.c
index e64651ab1e..c7931ac584 100644
--- a/src/grp-helperunits/systemd-backlight/backlight.c
+++ b/src/grp-helperunits/systemd-backlight/backlight.c
@@ -27,7 +27,7 @@
#include "basic/parse-util.h"
#include "basic/proc-cmdline.h"
#include "basic/string-util.h"
-#include "udev-util.h"
+#include "shared/udev-util.h"
#include "basic/util.h"
static struct udev_device *find_pci_or_platform_parent(struct udev_device *device) {
diff --git a/src/grp-helperunits/systemd-rfkill/rfkill.c b/src/grp-helperunits/systemd-rfkill/rfkill.c
index 9a3539c256..d3dd2ef18d 100644
--- a/src/grp-helperunits/systemd-rfkill/rfkill.c
+++ b/src/grp-helperunits/systemd-rfkill/rfkill.c
@@ -33,7 +33,7 @@
#include "basic/proc-cmdline.h"
#include "basic/string-table.h"
#include "basic/string-util.h"
-#include "udev-util.h"
+#include "shared/udev-util.h"
#include "basic/util.h"
#define EXIT_USEC (5 * USEC_PER_SEC)
diff --git a/src/grp-helperunits/systemd-sleep/sleep.c b/src/grp-helperunits/systemd-sleep/sleep.c
index 500386ff09..100066d4c1 100644
--- a/src/grp-helperunits/systemd-sleep/sleep.c
+++ b/src/grp-helperunits/systemd-sleep/sleep.c
@@ -28,7 +28,7 @@
#include "basic/fd-util.h"
#include "basic/fileio.h"
#include "basic/log.h"
-#include "sleep-config.h"
+#include "shared/sleep-config.h"
#include "basic/string-util.h"
#include "basic/strv.h"
#include "basic/util.h"