From 2518fcb67f66adc4845aeaca70e01a8d3adfcbd5 Mon Sep 17 00:00:00 2001 From: Sean Morrissey Date: Mon, 20 Jun 2022 10:40:25 +0000 Subject: [PATCH] net: remove unneeded header includes These header includes have been flagged by the iwyu_tool and removed. Signed-off-by: Sean Morrissey --- lib/net/rte_net.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/net/rte_net.h b/lib/net/rte_net.h index 53a7f4d360..56611fc8f9 100644 --- a/lib/net/rte_net.h +++ b/lib/net/rte_net.h @@ -12,7 +12,6 @@ extern "C" { #include #include #include -#include /** * Structure containing header lengths associated to a packet, filled -- 2.39.5