summaryrefslogtreecommitdiff
path: root/print-cip.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-cip.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-cip.c')
-rw-r--r--print-cip.c1
1 files changed, 0 insertions, 1 deletions
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 <tcpdump-stdinc.h>
#include <stdio.h>
-#include <pcap.h>
#include "interface.h"
#include "addrtoname.h"