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 DF09FA0093; Thu, 21 Apr 2022 21:09:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B161A4280C; Thu, 21 Apr 2022 21:09:21 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id F1FBA427F6 for ; Thu, 21 Apr 2022 21:09:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650568160; x=1682104160; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=IkE9LIpgin214dy5shhnlKL7bqJK12tXFJd5P2J8QNo=; b=Hk3I2/+bZcCe3Lyi9tYhgu24AHz2LWfDisomoyhFEOg0ilBEQ/LxqyAC kF/9H6CEoX0ACONXe6aQKCnncKwdWJ2ACszBTCl9roKvxDds1VUf73hRF tKdbdIIHiLkFu9RS8Y8W5u58hLo9rr6RHl/Cc13lLL4de5NbPVwFP//Vl OHm5Gc2xgUJ/6K9k8hAoFhyyz33tKiHpx3vTcu85BKdxtj9gW+PwH6oeg TdW25q0cq/3ynXUrTFzqAjz5rI7CXZuABWPipTurqL7Q+1iSQzCxevkS1 0enKXohlE3sWV0wVPLjkx/iidwex6/bD/Yutn6iw334gIKRjBSi5EDL3K A==; X-IronPort-AV: E=McAfee;i="6400,9594,10324"; a="246354175" X-IronPort-AV: E=Sophos;i="5.90,279,1643702400"; d="scan'208";a="246354175" 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:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,279,1643702400"; d="scan'208";a="671185569" Received: from silpixa00401215.ir.intel.com ([10.55.128.100]) by orsmga004.jf.intel.com with ESMTP; 21 Apr 2022 12:09:18 -0700 From: Sean Morrissey To: Konstantin Ananyev Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v1 07/19] ip_frag: remove unneeded header includes Date: Thu, 21 Apr 2022 19:08:47 +0000 Message-Id: <20220421190859.264174-8-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/ip_frag/ip_frag_internal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ip_frag/ip_frag_internal.c b/lib/ip_frag/ip_frag_internal.c index b436a4c931..043b0ffba3 100644 --- a/lib/ip_frag/ip_frag_internal.c +++ b/lib/ip_frag/ip_frag_internal.c @@ -4,7 +4,6 @@ #include -#include #include #include "ip_frag_common.h" -- 2.25.1