summaryrefslogtreecommitdiff
path: root/src/grp-system/libcore/scope.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-10-21 03:00:49 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-10-21 03:00:49 -0400
commit623f13d8198b83df890f014b1d27255f4d78f35b (patch)
treea38236004dfb3abd99952585638e6141513eaa8c /src/grp-system/libcore/scope.c
parentbe6cdcb499515a8dc200440f9c0f95d16edbaa2d (diff)
wip
Diffstat (limited to 'src/grp-system/libcore/scope.c')
-rw-r--r--src/grp-system/libcore/scope.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/grp-system/libcore/scope.c b/src/grp-system/libcore/scope.c
index 8998f751f5..aa7d591e66 100644
--- a/src/grp-system/libcore/scope.c
+++ b/src/grp-system/libcore/scope.c
@@ -20,13 +20,13 @@
#include <errno.h>
#include <unistd.h>
-#include "basic/alloc-util.h"
-#include "basic/log.h"
-#include "basic/special.h"
-#include "basic/string-table.h"
-#include "basic/string-util.h"
-#include "basic/strv.h"
-#include "basic/unit-name.h"
+#include "systemd-basic/alloc-util.h"
+#include "systemd-basic/log.h"
+#include "systemd-basic/special.h"
+#include "systemd-basic/string-table.h"
+#include "systemd-basic/string-util.h"
+#include "systemd-basic/strv.h"
+#include "systemd-basic/unit-name.h"
#include "dbus-scope.h"
#include "load-dropin.h"