From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net: remove unneeded include in rte_ip.h Date: Thu, 23 Apr 2015 15:12:45 +0200 Message-ID: <1507270.8KHGjbOlDB@xps13> References: <1429793359-6813-1-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Bruce Richardson Return-path: In-Reply-To: <1429793359-6813-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2015-04-23 13:49, Bruce Richardson: > 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 Applied, thanks