summaryrefslogtreecommitdiff
path: root/src/libudev/libudev.c
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/libudev/libudev.c
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/libudev/libudev.c')
-rw-r--r--src/libudev/libudev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libudev/libudev.c b/src/libudev/libudev.c
index 4554b922e3..4c26231f86 100644
--- a/src/libudev/libudev.c
+++ b/src/libudev/libudev.c
@@ -11,7 +11,6 @@
#include "alloc-util.h"
#include "fd-util.h"
-#include "libudev-private.h"
#include "missing.h"
#include "string-util.h"