diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2014-02-28 13:10:28 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2014-02-28 18:11:09 +0400 |
commit | 88e479b75ea97730bf265a2371c0658a401eae92 (patch) | |
tree | 398e8712a2ee4f5ea5ba508b58bcc20c1e1fc098 /print-raw.c | |
parent | 3408e62bf6517224aeb1844f55b66826b426b923 (diff) | |
download | tcpdump-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-raw.c')
-rw-r--r-- | print-raw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print-raw.c b/print-raw.c index 490eac3e..2aa07f20 100644 --- a/print-raw.c +++ b/print-raw.c @@ -25,7 +25,6 @@ #include <tcpdump-stdinc.h> -#include <pcap.h> #include <stdio.h> #include <string.h> |