From 6283e100628b48f0263492dc96232049a94360c6 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Tue, 25 Oct 2022 10:20:10 +0200 Subject: [PATCH] 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 --- src/node_device/node_device_udev.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.5