From 0baf7250738f66d399258769a4b5c8ff1a357813 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 30 Aug 2021 18:32:58 +0900 Subject: [PATCH] Remove unneeded include files --- .github/workflows/build.yml | 1 - bpf/reuseport_kern.c | 9 --------- 2 files changed, 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4714baac..9f148458 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,6 @@ jobs: libjemalloc-dev \ libc-ares-dev \ libelf-dev \ - libc6-dev-i386 \ cmake \ cmake-data echo 'CPPFLAGS=-fsanitize=address,undefined -fno-sanitize-recover=undefined -g' >> $GITHUB_ENV diff --git a/bpf/reuseport_kern.c b/bpf/reuseport_kern.c index b6de6c08..6674ead1 100644 --- a/bpf/reuseport_kern.c +++ b/bpf/reuseport_kern.c @@ -22,18 +22,9 @@ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include -#include -#include -#include -#include -#include #include #include -#include -#include -#include #include /*