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-libudev.c | |
parent | 2f078725e05a0739bafe362bc23289b49bab2399 (diff) |
./tools/notsd-move
Diffstat (limited to 'src/test/test-libudev.c')
-rw-r--r-- | src/test/test-libudev.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/test/test-libudev.c b/src/test/test-libudev.c index e28de9b37b..83c8b81690 100644 --- a/src/test/test-libudev.c +++ b/src/test/test-libudev.c @@ -22,14 +22,14 @@ #include <sys/epoll.h> #include <unistd.h> -#include "libudev.h" - -#include "fd-util.h" -#include "log.h" -#include "stdio-util.h" -#include "string-util.h" -#include "udev-util.h" -#include "util.h" +#include <libudev.h> + +#include "basic/fd-util.h" +#include "basic/log.h" +#include "basic/stdio-util.h" +#include "basic/string-util.h" +#include "basic/util.h" +#include "shared/udev-util.h" static void print_device(struct udev_device *device) { const char *str; |