summaryrefslogtreecommitdiff
path: root/src/test/test-path-lookup.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-09-13 16:41:31 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-09-13 16:41:31 -0400
commitd3f2bd38c85b5e9484dbe55094e53a561fb46b6e (patch)
treefda125cd5c1243c0750dc814f4cc0b0adcdaf28d /src/test/test-path-lookup.c
parent85ac1aeee9bfd78f017f4f2bf73629c3456f2775 (diff)
./tools/notsd-move
Diffstat (limited to 'src/test/test-path-lookup.c')
-rw-r--r--src/test/test-path-lookup.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/test/test-path-lookup.c b/src/test/test-path-lookup.c
index 096326d176..6c6315bf2d 100644
--- a/src/test/test-path-lookup.c
+++ b/src/test/test-path-lookup.c
@@ -20,11 +20,11 @@
#include <stdlib.h>
#include <sys/stat.h>
-#include "log.h"
-#include "path-lookup.h"
-#include "rm-rf.h"
-#include "string-util.h"
-#include "strv.h"
+#include "basic/log.h"
+#include "basic/rm-rf.h"
+#include "basic/string-util.h"
+#include "basic/strv.h"
+#include "shared/path-lookup.h"
static void test_paths(UnitFileScope scope) {
char template[] = "/tmp/test-path-lookup.XXXXXXX";