summaryrefslogtreecommitdiff
path: root/print-ipfc.c
diff options
context:
space:
mode:
authorDenis Ovsienko <infrastation@yandex.ru>2014-02-28 13:10:28 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2014-02-28 18:11:09 +0400
commit88e479b75ea97730bf265a2371c0658a401eae92 (patch)
tree398e8712a2ee4f5ea5ba508b58bcc20c1e1fc098 /print-ipfc.c
parent3408e62bf6517224aeb1844f55b66826b426b923 (diff)
downloadtcpdump-88e479b75ea97730bf265a2371c0658a401eae92.tar.gz
don't include pcap.h needlessly
Both interface.h and netdissect.h include <pcap.h>, 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
Diffstat (limited to 'print-ipfc.c')
-rw-r--r--print-ipfc.c1
1 files changed, 0 insertions, 1 deletions
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 <tcpdump-stdinc.h>
-#include <pcap.h>
#include <stdio.h>
#include <string.h>