From 623f13d8198b83df890f014b1d27255f4d78f35b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 21 Oct 2016 03:00:49 -0400 Subject: wip --- src/grp-system/libcore/device.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/grp-system/libcore/device.c') diff --git a/src/grp-system/libcore/device.c b/src/grp-system/libcore/device.c index 11ee2ad047..038908ba7d 100644 --- a/src/grp-system/libcore/device.c +++ b/src/grp-system/libcore/device.c @@ -22,14 +22,14 @@ #include -#include "basic/alloc-util.h" -#include "basic/log.h" -#include "basic/parse-util.h" -#include "basic/path-util.h" -#include "basic/stat-util.h" -#include "basic/string-util.h" -#include "basic/unit-name.h" -#include "shared/udev-util.h" +#include "systemd-basic/alloc-util.h" +#include "systemd-basic/log.h" +#include "systemd-basic/parse-util.h" +#include "systemd-basic/path-util.h" +#include "systemd-basic/stat-util.h" +#include "systemd-basic/string-util.h" +#include "systemd-basic/unit-name.h" +#include "systemd-shared/udev-util.h" #include "dbus-device.h" #include "device.h" -- cgit v1.2.3-54-g00ecf