From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 1C0675A13 for ; Thu, 23 Apr 2015 14:49:22 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 23 Apr 2015 05:49:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,630,1422950400"; d="scan'208";a="484660054" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by FMSMGA003.fm.intel.com with ESMTP; 23 Apr 2015 05:49:22 -0700 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t3NCnKBu021395; Thu, 23 Apr 2015 13:49:20 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id t3NCnKlq006848; Thu, 23 Apr 2015 13:49:20 +0100 Received: (from bricha3@localhost) by sivswdev01.ir.intel.com with id t3NCnJlc006844; Thu, 23 Apr 2015 13:49:19 +0100 From: Bruce Richardson To: dev@dpdk.org Date: Thu, 23 Apr 2015 13:49:19 +0100 Message-Id: <1429793359-6813-1-git-send-email-bruce.richardson@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH] net: remove unneeded include in rte_ip.h X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2015 12:49:23 -0000 There are no memcpy functions in rte_ip.h so there is no need to include rte_memcpy.h in that file. Signed-off-by: Bruce Richardson --- lib/librte_net/rte_ip.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_net/rte_ip.h b/lib/librte_net/rte_ip.h index 74c9ced..cdbce20 100644 --- a/lib/librte_net/rte_ip.h +++ b/lib/librte_net/rte_ip.h @@ -80,7 +80,6 @@ #include #include -#include #include #include -- 2.1.0