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 6FBCEA00C5; Tue, 15 Feb 2022 13:33:20 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1068441178; Tue, 15 Feb 2022 13:32:25 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 9EC0E41145 for ; Tue, 15 Feb 2022 13:32:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644928334; x=1676464334; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=b/LX1jNxx3MXypNdAGVDjzy4rZRz+5MdeWHe8FuJVnE=; b=VOalx/jjqBeywKKMsFCokzKK9IrpOe4j26AH32E05l1qR3wpScfkp0lY WehMROlgbLvBRU2eqIPzLWtK/oSh3ErFWnr5VHimsoLhYAv5WkHucWXU3 ewWdDJub1MGC0oG/cok0mOSpcahS1hvtaOyjuIh43txQeuH9IQcHDU7Tf 4ID7403YqcSpf5Z5DqcydNglTu2AfOloY3BfRXewek/YUzBIv+M67ZgLO BjD9cX8cbKgrw++EmZHFPBKVdTt89gbAdubipkQC0dUEtjSnwIQuVJi3x yqUSxt1T8wt6zEJQXyeHiIhiDJaUqhFcrW6uKsXFd0nGyEWYVZHkFBuUy g==; X-IronPort-AV: E=McAfee;i="6200,9189,10258"; a="247936566" X-IronPort-AV: E=Sophos;i="5.88,370,1635231600"; d="scan'208";a="247936566" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Feb 2022 04:32:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,370,1635231600"; d="scan'208";a="544280328" Received: from silpixa00401215.ir.intel.com ([10.55.128.96]) by orsmga008.jf.intel.com with ESMTP; 15 Feb 2022 04:32:13 -0800 From: Sean Morrissey To: Reshma Pattan Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v9 13/50] reorder: remove unneeded header includes Date: Tue, 15 Feb 2022 12:30:00 +0000 Message-Id: <20220215123037.608981-14-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 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/reorder/rte_reorder.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/reorder/rte_reorder.c b/lib/reorder/rte_reorder.c index bc0241bfb3..385ee479da 100644 --- a/lib/reorder/rte_reorder.c +++ b/lib/reorder/rte_reorder.c @@ -2,7 +2,6 @@ * Copyright(c) 2010-2014 Intel Corporation */ -#include #include #include -- 2.25.1