[v5,44/50] distributor: remove unneeded header includes
Checks
Commit Message
These header includes have been flagged by the iwyu_tool
and removed.
Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
---
lib/distributor/rte_distributor.c | 2 --
lib/distributor/rte_distributor_match_sse.c | 2 --
lib/distributor/rte_distributor_single.c | 2 --
3 files changed, 6 deletions(-)
Comments
On 17/1/2022 8:19 PM, Sean Morrissey wrote:
> These header includes have been flagged by the iwyu_tool
> and removed.
>
> Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
> ---
> lib/distributor/rte_distributor.c | 2 --
> lib/distributor/rte_distributor_match_sse.c | 2 --
> lib/distributor/rte_distributor_single.c | 2 --
> 3 files changed, 6 deletions(-)
>
Acked-by: David Hunt <david.hunt@intel.com>
@@ -6,7 +6,6 @@
#include <sys/queue.h>
#include <string.h>
#include <rte_mbuf.h>
-#include <rte_memory.h>
#include <rte_cycles.h>
#include <rte_memzone.h>
#include <rte_errno.h>
@@ -14,7 +13,6 @@
#include <rte_eal_memconfig.h>
#include <rte_pause.h>
#include <rte_tailq.h>
-#include <rte_vect.h>
#include "rte_distributor.h"
#include "rte_distributor_single.h"
@@ -3,10 +3,8 @@
*/
#include <rte_mbuf.h>
-#include "rte_distributor.h"
#include "distributor_private.h"
#include "smmintrin.h"
-#include "nmmintrin.h"
void
@@ -4,9 +4,7 @@
#include <stdio.h>
#include <sys/queue.h>
-#include <string.h>
#include <rte_mbuf.h>
-#include <rte_memory.h>
#include <rte_memzone.h>
#include <rte_errno.h>
#include <rte_string_fns.h>