diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-22 17:33:34 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-22 17:33:34 -0400 |
commit | 4bd618f4666fb6629f5426b915ce856114667b88 (patch) | |
tree | 8721fc6a02f15f4b42c6281dec7586ede1b25522 /src/test/test-date.c | |
parent | acbe2e3a644cb0fea2e9ead61cae2128f97413bb (diff) |
./tools/notsd-move
Diffstat (limited to 'src/test/test-date.c')
-rw-r--r-- | src/test/test-date.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/test-date.c b/src/test/test-date.c index 7f497bb7d5..6edc820f38 100644 --- a/src/test/test-date.c +++ b/src/test/test-date.c @@ -19,9 +19,9 @@ #include <string.h> -#include "alloc-util.h" -#include "string-util.h" -#include "util.h" +#include "systemd-basic/alloc-util.h" +#include "systemd-basic/string-util.h" +#include "systemd-basic/util.h" static void test_should_pass(const char *p) { usec_t t, q; |