summaryrefslogtreecommitdiff
path: root/src/grp-helperunits
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 00:24:41 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 00:24:41 -0400
commite1a4c5422deec7970cc5ce0154fd4fc721ee8dc2 (patch)
treebd93abe325e0a0c8106f24f1f30b5536c00d0290 /src/grp-helperunits
parentaee084841b875167d9afd4984208fb9a95f89896 (diff)
fix
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"