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-ipfc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'print-ipfc.c') diff --git a/print-ipfc.c b/print-ipfc.c index e0f696d0..ea68f95b 100644 --- a/print-ipfc.c +++ b/print-ipfc.c @@ -25,7 +25,6 @@ #include -#include #include #include -- cgit v1.2.1