test/ipsec: fix build on FreeBSD

Removed ip.h and in.h headers to fix unknown type errors
when compiling on BSD.

Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test")

Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Tested-by: Changqing Wu <changqingx.wu@intel.com>
This commit is contained in:
Bernard Iremonger 2019-01-16 13:45:41 +00:00 committed by Thomas Monjalon
parent dc0e5bb3db
commit 646f379068

View File

@ -4,9 +4,6 @@
#include <time.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <rte_common.h>
#include <rte_hexdump.h>
#include <rte_mbuf.h>