From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id BC3ADA00C5;
	Tue, 15 Feb 2022 13:37:02 +0100 (CET)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id BDDBA411E6;
	Tue, 15 Feb 2022 13:33:44 +0100 (CET)
Received: from mga17.intel.com (mga17.intel.com [192.55.52.151])
 by mails.dpdk.org (Postfix) with ESMTP id D93204271F
 for <dev@dpdk.org>; Tue, 15 Feb 2022 13:33:07 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple;
 d=intel.com; i=@intel.com; q=dns/txt; s=Intel;
 t=1644928388; x=1676464388;
 h=from:to:cc:subject:date:message-id:in-reply-to:
 references:mime-version:content-transfer-encoding;
 bh=Pinjlhxmyu1NWelct7Hl/mb9kvGW002JpfxiBVUoK58=;
 b=Yg0LztVtz88L70SiuJthZwfhNIVG3bPfU0f1oi9o5lC4I0tB1FzkFl40
 EQ95BCEA6MKhBPWYTZWRx2/px4qqoHoiW/BLOjocu8rwJGM6yABQA8cWV
 mHX+VlMVOJN4ft9i2P9zJoVxadZhTSALNsw3CgtrrpCvIuRFyZkH6ucGA
 4y7V7YluhzLmohkW8XKLGFb6QcoK064EsZ3UzEf1RhXoaCvdnKmi4cv8X
 n4UiJPTiNbu5/CcX6Hm8cvajE+R9Np2WM4pi91YgA6omh/9xPrH4mBmwA
 PTfkUex5Z3lVdGY0740zbFJxzZe0c7XABnDjw04XXBojkY6fOPjSBU4Nw w==;
X-IronPort-AV: E=McAfee;i="6200,9189,10258"; a="230969265"
X-IronPort-AV: E=Sophos;i="5.88,370,1635231600"; d="scan'208";a="230969265"
Received: from orsmga008.jf.intel.com ([10.7.209.65])
 by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 15 Feb 2022 04:33:07 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.88,370,1635231600"; d="scan'208";a="544280584"
Received: from silpixa00401215.ir.intel.com ([10.55.128.96])
 by orsmga008.jf.intel.com with ESMTP; 15 Feb 2022 04:33:06 -0800
From: Sean Morrissey <sean.morrissey@intel.com>
To: Konstantin Ananyev <konstantin.ananyev@intel.com>
Cc: dev@dpdk.org,
	Sean Morrissey <sean.morrissey@intel.com>
Subject: [PATCH v9 50/50] acl: remove unneeded header includes
Date: Tue, 15 Feb 2022 12:30:37 +0000
Message-Id: <20220215123037.608981-51-sean.morrissey@intel.com>
X-Mailer: git-send-email 2.25.1
In-Reply-To: <20220215123037.608981-1-sean.morrissey@intel.com>
References: <20220214144406.4192233-1-sean.morrissey@intel.com>
 <20220215123037.608981-1-sean.morrissey@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

These header includes have been flagged by the iwyu_tool
and removed.

Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
---
 lib/acl/rte_acl.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/acl/rte_acl.c b/lib/acl/rte_acl.c
index 4e693b2488..a61c3ba188 100644
--- a/lib/acl/rte_acl.c
+++ b/lib/acl/rte_acl.c
@@ -6,7 +6,6 @@
 #include <rte_string_fns.h>
 #include <rte_acl.h>
 #include <rte_tailq.h>
-#include <rte_vect.h>
 
 #include "acl.h"
 
-- 
2.25.1