diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-13 14:34:19 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-13 14:34:19 -0400 |
commit | 9086d48fabe56ed1eaadf8c64d708fb7eb889c7e (patch) | |
tree | 1beee7788f9f38f01de9a1e81629916ab80b816a /src/test/test-namespace.c | |
parent | 2f078725e05a0739bafe362bc23289b49bab2399 (diff) |
./tools/notsd-move
Diffstat (limited to 'src/test/test-namespace.c')
-rw-r--r-- | src/test/test-namespace.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/test/test-namespace.c b/src/test/test-namespace.c index ff9f35cecd..d877c61756 100644 --- a/src/test/test-namespace.c +++ b/src/test/test-namespace.c @@ -19,12 +19,12 @@ #include <sys/socket.h> -#include "alloc-util.h" -#include "fd-util.h" +#include "basic/alloc-util.h" +#include "basic/fd-util.h" +#include "basic/process-util.h" +#include "basic/string-util.h" +#include "basic/util.h" #include "namespace.h" -#include "process-util.h" -#include "string-util.h" -#include "util.h" static void test_tmpdir(const char *id, const char *A, const char *B) { _cleanup_free_ char *a, *b; |