]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sll.c
Include diag-control.h only where necessary.
[tcpdump] / print-sll.c
index 8292388bb10494c3e9928e6d1d0700d2b9120094..3a760aef0a02d5c4d7911390ecd5258cbdcc458f 100644 (file)
 #include <config.h>
 
 #ifdef HAVE_NET_IF_H
-/*
- * Include diag-control.h before <net/if.h>, which too defines a macro
- * named ND_UNREACHABLE.
- */
-#include "diag-control.h"
 #include <net/if.h>
 #endif