From: Francois-Xavier Le Bail Date: Fri, 27 Oct 2023 17:51:46 +0000 (+0200) Subject: NHRP: Remove an unnecessary include X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/196eeb19536005feea0cfb8a49a196b22a3a3674 NHRP: Remove an unnecessary include --- diff --git a/print-nhrp.c b/print-nhrp.c index 472b1d9b..fe034723 100644 --- a/print-nhrp.c +++ b/print-nhrp.c @@ -34,7 +34,6 @@ #include "addrtoname.h" #include "af.h" #include "ethertype.h" -#include "interface.h" #include "extract.h" #define NHRP_VER_RFC2332 1