From: Bernard Iremonger Date: Wed, 16 Jan 2019 13:45:41 +0000 (+0000) Subject: test/ipsec: fix build on FreeBSD X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=646f379068530b47e571a7c8ed9b157008a48a89;p=dpdk.git 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 Acked-by: Konstantin Ananyev Tested-by: Changqing Wu --- diff --git a/test/test/test_ipsec.c b/test/test/test_ipsec.c index ff1a1c4be5..f49c8d8fa2 100644 --- a/test/test/test_ipsec.c +++ b/test/test/test_ipsec.c @@ -4,9 +4,6 @@ #include -#include -#include - #include #include #include