git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6a9090
)
net: remove unneeded include
author
Bruce Richardson
<bruce.richardson@intel.com>
Thu, 23 Apr 2015 12:49:19 +0000
(13:49 +0100)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Thu, 23 Apr 2015 13:11:12 +0000
(15:11 +0200)
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 <bruce.richardson@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_net/rte_ip.h
patch
|
blob
|
history
diff --git
a/lib/librte_net/rte_ip.h
b/lib/librte_net/rte_ip.h
index
74c9ced
..
cdbce20
100644
(file)
--- a/
lib/librte_net/rte_ip.h
+++ b/
lib/librte_net/rte_ip.h
@@
-80,7
+80,6
@@
#include <stdint.h>
#include <netinet/in.h>
-#include <rte_memcpy.h>
#include <rte_byteorder.h>
#include <rte_mbuf.h>