X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/2a85a1bba4c2e63094a259c5d0ed397f234ba5f3..11f73ad248fa22461ca040baa8dc94b864509efa:/print-rt6.c diff --git a/print-rt6.c b/print-rt6.c index 9b87777f..231f5ff4 100644 --- a/print-rt6.c +++ b/print-rt6.c @@ -23,8 +23,6 @@ #include "config.h" #endif -#ifdef INET6 - #include #include @@ -107,4 +105,3 @@ rt6_print(netdissect_options *ndo, register const u_char *bp, const u_char *bp2 ND_PRINT((ndo, "[|srcrt]")); return -1; } -#endif /* INET6 */