From e1a4c5422deec7970cc5ce0154fd4fc721ee8dc2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 28 Jul 2016 00:24:41 -0400 Subject: fix --- src/grp-helperunits/systemd-backlight/backlight.c | 2 +- src/grp-helperunits/systemd-rfkill/rfkill.c | 2 +- src/grp-helperunits/systemd-sleep/sleep.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/grp-helperunits') 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" -- cgit v1.2.3-54-g00ecf