]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-stp.c
don't include addrtoname.h needlessly
[tcpdump] / print-stp.c
index bc9e86ebb4ed7520125a3877896d0a4e87677055..7c4bede6e509ea64c803ba88f713a3814f0708da 100644 (file)
@@ -20,7 +20,6 @@
 #include <string.h>
 
 #include "interface.h"
-#include "addrtoname.h"
 #include "extract.h"
 
 #define        RSTP_EXTRACT_PORT_ROLE(x) (((x)&0x0C)>>2)