From 0dac16006511c27bf6082fb6c2f3a53098fe188d Mon Sep 17 00:00:00 2001 From: gamemann Date: Tue, 16 Nov 2021 00:35:57 +0000 Subject: [PATCH] Remove stdint.h include since it's not needed inside of BPF program. --- src/xdpfw_kern.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xdpfw_kern.c b/src/xdpfw_kern.c index 9c3189e..9d532ae 100644 --- a/src/xdpfw_kern.c +++ b/src/xdpfw_kern.c @@ -6,7 +6,6 @@ #include #include #include -#include #include #include