]> xenbits.xensource.com Git - libvirt.git/commitdiff
node_device_udev.h: Drop include of libudev.h
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 25 Oct 2022 08:20:10 +0000 (10:20 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 26 Oct 2022 06:47:59 +0000 (08:47 +0200)
Nothing in the header file requires the include of libudev.h, as
the former header file is now empty.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
src/node_device/node_device_udev.h

index 911eda2c80fbe968952e2eb4b6d0ef46b333e586..8f60cbfe1b3920debcbfd2a1594ce116179239dd 100644 (file)
@@ -19,5 +19,3 @@
  */
 
 #pragma once
-
-#include <libudev.h>