diff options
author | Neale Ranns <neale@graphiant.com> | 2021-02-05 14:34:11 +0000 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2021-02-05 16:52:13 +0000 |
commit | 2b97f597c6705809201ce6a6846d46c47c0933ba (patch) | |
tree | b0c6e5beab521ab612968bf99a8f404cf7f410b2 /src/vnet | |
parent | 0dea94b45ad025da9289eff81e538480031d64c4 (diff) |
ip: Remove unused include file
Type: refactor
Signed-off-by: Neale Ranns <neale@graphiant.com>
Change-Id: Iae135cbca372def29b1dd5e9f29b7db546ef1a3e
Diffstat (limited to 'src/vnet')
-rw-r--r-- | src/vnet/ip/ip6_forward.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vnet/ip/ip6_forward.c b/src/vnet/ip/ip6_forward.c index 0ed20eea4ee..bf6aa7f3212 100644 --- a/src/vnet/ip/ip6_forward.c +++ b/src/vnet/ip/ip6_forward.c @@ -55,7 +55,6 @@ #include <vppinfra/bihash_template.c> #endif #include <vnet/ip/ip6_forward.h> -#include <vnet/ipsec/ipsec_tun.h> #include <vnet/interface_output.h> /* Flag used by IOAM code. Classifier sets it pop-hop-by-hop checks it */ |