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.
This commit is contained in:
Arne Welzel 2022-09-07 11:22:06 +02:00 committed by Tim Wojtulewicz
parent 1dc6718621
commit 62b28177ee

View file

@ -10,7 +10,6 @@ extern "C" {
#include <errno.h> // errorno
#include <unistd.h> // close()
#include <linux/version.h> // kernel version
#include <net/ethernet.h> // ETH_P_ALL
#include <linux/if.h> // ifreq