From fe3a71b7241c1708f19acc5913405162d2ce0d51 Mon Sep 17 00:00:00 2001 From: Sean Morrissey Date: Mon, 20 Jun 2022 10:40:22 +0000 Subject: [PATCH] hash: remove unneeded header includes These header includes have been flagged by the iwyu_tool and removed. Signed-off-by: Sean Morrissey --- lib/hash/rte_cuckoo_hash.c | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.5