summaryrefslogtreecommitdiff
path: root/src/udev/ata_id
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-11-16 11:44:17 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-11-20 14:38:35 +0900
commit5ea78a39e5894297d59ea75b30e250d24bbfc6aa (patch)
tree585f73773786df0c3cbd13fd62d3516bee26a674 /src/udev/ata_id
parent170e4380b60cd7911fe72d62ca78445c917967cb (diff)
downloadsystemd-5ea78a39e5894297d59ea75b30e250d24bbfc6aa.tar.gz
libudev-list: move libudev-list related definitions to libudev-list-internal.h
This also rename libudev-private.h to libudev-util.h, and cleanups several unnecessary headers from udev.h and libudev-util.h
Diffstat (limited to 'src/udev/ata_id')
-rw-r--r--src/udev/ata_id/ata_id.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/udev/ata_id/ata_id.c b/src/udev/ata_id/ata_id.c
index e98425841f..6c2233e430 100644
--- a/src/udev/ata_id/ata_id.c
+++ b/src/udev/ata_id/ata_id.c
@@ -24,9 +24,10 @@
#include <unistd.h>
#include "fd-util.h"
-#include "libudev-private.h"
+#include "libudev-util.h"
#include "log.h"
#include "udev-util.h"
+#include "util.h"
#define COMMAND_TIMEOUT_MSEC (30 * 1000)