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 5E843A00C2; Thu, 16 Jun 2022 17:18:35 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 180F042B7B; Thu, 16 Jun 2022 17:17:56 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id C627642B6C for ; Thu, 16 Jun 2022 17:17:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655392673; x=1686928673; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=IkE9LIpgin214dy5shhnlKL7bqJK12tXFJd5P2J8QNo=; b=K4rSsTN3DPsiqCUXiT4lCKWiOvYYdKU6Qxs5U2y5tWh3jQL4xcjB+pEF YR6EVyyt4rnItePIEQ2f4NTd208crlrMjFRBv1QRRrQtRIG4eavn4qewW 1ZE2uv6wsXcG0DElBsguleK7k4AonPpAxguzqPsx+ENMIkkcW6tHk/NkY p/l1WG/ubXEIkZuaKx+rOTksCxIcHQHlLxh0oybJ1cVFIeiGxMKdLs8jX i5qC+7c1cHV+pWvO+lCjpwepfQbK8wdxXCbT/erP/q11K7repuy3flutR tWmnQHkyrM46eWkKCyu4DoRJFwWmD7Y6aNfA3cGnixeZ4Fkm0wYoh/KrO g==; X-IronPort-AV: E=McAfee;i="6400,9594,10379"; a="365624891" X-IronPort-AV: E=Sophos;i="5.92,305,1650956400"; d="scan'208";a="365624891" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jun 2022 08:17:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,305,1650956400"; d="scan'208";a="675066350" Received: from silpixa00401215.ir.intel.com ([10.55.128.100]) by FMSMGA003.fm.intel.com with ESMTP; 16 Jun 2022 08:17:51 -0700 From: Sean Morrissey To: Konstantin Ananyev Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v2 07/19] ip_frag: remove unneeded header includes Date: Thu, 16 Jun 2022 15:17:15 +0000 Message-Id: <20220616151728.339629-8-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220616151728.339629-1-sean.morrissey@intel.com> References: <20220421190859.264174-1-sean.morrissey@intel.com> <20220616151728.339629-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