From: Michal Privoznik Date: Tue, 25 Oct 2022 08:20:10 +0000 (+0200) Subject: node_device_udev.h: Drop include of libudev.h X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6283e100628b48f0263492dc96232049a94360c6;p=libvirt.git node_device_udev.h: Drop include of libudev.h Nothing in the header file requires the include of libudev.h, as the former header file is now empty. Signed-off-by: Michal Privoznik Reviewed-by: Jonathon Jongsma --- diff --git a/src/node_device/node_device_udev.h b/src/node_device/node_device_udev.h index 911eda2c80..8f60cbfe1b 100644 --- a/src/node_device/node_device_udev.h +++ b/src/node_device/node_device_udev.h @@ -19,5 +19,3 @@ */ #pragma once - -#include