diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-08 17:59:00 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-08 17:59:00 +0200 |
commit | d59f11e1407ec6fa26e3a6f20b2d404af6978199 (patch) | |
tree | daf47b7982035323fd4323b260275e6fc9a5669a /udev/udevadm-monitor.c | |
parent | e5931bb7d86226a3823bdf5f4ec01c857827d386 (diff) |
move udev_ctrl to libudev-private
Diffstat (limited to 'udev/udevadm-monitor.c')
-rw-r--r-- | udev/udevadm-monitor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/udev/udevadm-monitor.c b/udev/udevadm-monitor.c index 0b9b811809..caaf84ffa7 100644 --- a/udev/udevadm-monitor.c +++ b/udev/udevadm-monitor.c @@ -33,7 +33,6 @@ #include <linux/netlink.h> #include "udev.h" -#include "udevd.h" static int uevent_netlink_sock = -1; static int udev_monitor_sock = -1; |