From 88e479b75ea97730bf265a2371c0658a401eae92 Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Fri, 28 Feb 2014 13:10:28 +0400 Subject: don't include pcap.h needlessly Both interface.h and netdissect.h include , thus most files should not include it regardless if these need it or not. The only exceptions so far remain: * addrtoname.c * missing/datalinks.c * missing/dlnames.c * tcpdump.c --- print-cip.c | 1 - 1 file changed, 1 deletion(-) (limited to 'print-cip.c') diff --git a/print-cip.c b/print-cip.c index 82e1de65..83e08ded 100644 --- a/print-cip.c +++ b/print-cip.c @@ -29,7 +29,6 @@ #include #include -#include #include "interface.h" #include "addrtoname.h" -- cgit v1.2.1