From: Sean Morrissey Date: Mon, 20 Jun 2022 10:40:22 +0000 (+0000) Subject: hash: remove unneeded header includes X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=fe3a71b7241c1708f19acc5913405162d2ce0d51;p=dpdk.git hash: remove unneeded header includes These header includes have been flagged by the iwyu_tool and removed. Signed-off-by: Sean Morrissey --- diff --git a/lib/hash/rte_cuckoo_hash.c b/lib/hash/rte_cuckoo_hash.c index 490f94af4b..62c762439a 100644 --- a/lib/hash/rte_cuckoo_hash.c +++ b/lib/hash/rte_cuckoo_hash.c @@ -10,7 +10,6 @@ #include #include -#include /* for definition of RTE_CACHE_LINE_SIZE */ #include #include #include @@ -21,7 +20,6 @@ #include #include #include -#include #include #include