From 62b28177ee3d5053af39e68595383af73e50ea6b Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Wed, 7 Sep 2022 11:22:06 +0200 Subject: [PATCH] af_packet: Remove linux/version.h include Not sure why this is needed. On my system it defines LINUX_VERSION_CODE and KERNEL_VERSION and neither is used within the plugin. --- src/iosource/af_packet/src/AF_Packet.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/iosource/af_packet/src/AF_Packet.h b/src/iosource/af_packet/src/AF_Packet.h index feba868c2d..372ac390fc 100644 --- a/src/iosource/af_packet/src/AF_Packet.h +++ b/src/iosource/af_packet/src/AF_Packet.h @@ -10,7 +10,6 @@ extern "C" { #include // errorno #include // close() -#include // kernel version #include // ETH_P_ALL #include // ifreq