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 B8E38A0032;
	Fri, 17 Jun 2022 21:10:09 +0200 (CEST)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id BCE7A42B7C;
	Fri, 17 Jun 2022 21:09:12 +0200 (CEST)
Received: from mga12.intel.com (mga12.intel.com [192.55.52.136])
 by mails.dpdk.org (Postfix) with ESMTP id 3436C42B77
 for <dev@dpdk.org>; Fri, 17 Jun 2022 21:09:06 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple;
 d=intel.com; i=@intel.com; q=dns/txt; s=Intel;
 t=1655492946; x=1687028946;
 h=from:to:cc:subject:date:message-id:in-reply-to:
 references:mime-version:content-transfer-encoding;
 bh=hkMzgYmqjipZGVcL4cmHXHP+oUbStZizdmXNvpuZlj4=;
 b=dZeO7Iy+Kz3sXjO6c6VCn18n+Gk2w+DVcA5wAhSzBJaZrX29qf44Dxk9
 rVQGDc4o3EReTx1a8GXFgUrN3G95veVdQ2OyewuFm0JWEo3I39CUoECzb
 +nHUGSUGtM6gB0ctrOMucpS65Ad7vbTjo4WLhrU5gqmE5AWL8m/Jcrkvz
 7l5DVHaVeSYU08o6ns6W3HKTj8hzkC6lJceYyi/5y2NptW3Sb6HYJ+r7t
 9OfnRx/kuejoAiR7JG1JIeQgFBLIjhIo9sJkA8kqmBpNunJzVexAMr/AV
 D//1bEZYY1cM+Uzax0Qwu57dt9qSMR8FnCLRjiUmn1/YjRngNTiHeWvV2 w==;
X-IronPort-AV: E=McAfee;i="6400,9594,10380"; a="259389474"
X-IronPort-AV: E=Sophos;i="5.92,306,1650956400"; d="scan'208";a="259389474"
Received: from fmsmga004.fm.intel.com ([10.253.24.48])
 by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 17 Jun 2022 12:09:05 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.92,306,1650956400"; d="scan'208";a="653737038"
Received: from silpixa00401215.ir.intel.com ([10.55.128.100])
 by fmsmga004.fm.intel.com with ESMTP; 17 Jun 2022 12:09:05 -0700
From: Sean Morrissey <sean.morrissey@intel.com>
To: Olivier Matz <olivier.matz@6wind.com>
Cc: dev@dpdk.org,
	Sean Morrissey <sean.morrissey@intel.com>
Subject: [PATCH v3 15/18] stack: remove unneeded header includes
Date: Fri, 17 Jun 2022 19:08:32 +0000
Message-Id: <20220617190835.1126602-16-sean.morrissey@intel.com>
X-Mailer: git-send-email 2.25.1
In-Reply-To: <20220617190835.1126602-1-sean.morrissey@intel.com>
References: <20220616151728.339629-1-sean.morrissey@intel.com>
 <20220617190835.1126602-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/stack/rte_stack.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/stack/rte_stack.h b/lib/stack/rte_stack.h
index 91fc570767..af8c3804f3 100644
--- a/lib/stack/rte_stack.h
+++ b/lib/stack/rte_stack.h
@@ -22,7 +22,6 @@ extern "C" {
 #include <rte_debug.h>
 #include <rte_errno.h>
 #include <rte_memzone.h>
-#include <rte_spinlock.h>
 
 #define RTE_TAILQ_STACK_NAME "RTE_STACK"
 #define RTE_STACK_MZ_PREFIX "STK_"
-- 
2.25.1