From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9CC78A0093; Thu, 21 Apr 2022 21:10:49 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B541442835; Thu, 21 Apr 2022 21:09:33 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 765594280B for ; Thu, 21 Apr 2022 21:09:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650568171; x=1682104171; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=hkMzgYmqjipZGVcL4cmHXHP+oUbStZizdmXNvpuZlj4=; b=nhMYkj49LSwp7nGxAI80QcIfiIqxHp8hqoQPbzzrTO8ygV9ybhtOH/pX m/bBrQgWipcph5XIOmZHOFUSLVsyBNwJ0hSPpxMnbG+PT6ZMOx20O0Q6W YEyRS7e4udGuatgRzO+YEYR4ru503Im932s1oq4AdM6mZ2e8xYoP0/Oy9 Hhf3GoTn81dbpLHLroP2oLTx5VWlR/4xTLnYdR5RkAiss6C+9N8vB58WN CF61ietBHFT1yXC6plI7hdaq0m03X55BGEBwEUY+PGXqpuTE/Y+aGZfF4 6yXzKAwRmY+dgxi7bTmhih87di3KRx7iMJy5YsQB5AMlF96y570pcNz0C A==; X-IronPort-AV: E=McAfee;i="6400,9594,10324"; a="246354223" X-IronPort-AV: E=Sophos;i="5.90,279,1643702400"; d="scan'208";a="246354223" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2022 12:09:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,279,1643702400"; d="scan'208";a="671185699" Received: from silpixa00401215.ir.intel.com ([10.55.128.100]) by orsmga004.jf.intel.com with ESMTP; 21 Apr 2022 12:09:30 -0700 From: Sean Morrissey To: Olivier Matz Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v1 16/19] stack: remove unneeded header includes Date: Thu, 21 Apr 2022 19:08:56 +0000 Message-Id: <20220421190859.264174-17-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220421190859.264174-1-sean.morrissey@intel.com> References: <20220421190859.264174-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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org These header includes have been flagged by the iwyu_tool and removed. Signed-off-by: Sean Morrissey --- 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 #include #include -#include #define RTE_TAILQ_STACK_NAME "RTE_STACK" #define RTE_STACK_MZ_PREFIX "STK_" -- 2.25.1