From: Neale Ranns Date: Thu, 5 Apr 2018 12:16:49 +0000 (-0700) Subject: IPIP: version.h is not needed X-Git-Tag: v18.07-rc1~513 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=79aafa142c00ff997a7912b4d8ecfab9019d5941 IPIP: version.h is not needed Change-Id: I78a4176f98c2b4630a57ac5ddb7faf58ba0c4ee1 Signed-off-by: Neale Ranns --- diff --git a/src/vnet/ipip/sixrd.c b/src/vnet/ipip/sixrd.c index 282f468039e..08fd604709a 100644 --- a/src/vnet/ipip/sixrd.c +++ b/src/vnet/ipip/sixrd.c @@ -36,7 +36,6 @@ #include #include #include -#include // Really needed? extern vlib_node_registration_t ip4_sixrd_node;