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-symantec.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-symantec.c')
-rw-r--r-- | print-symantec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print-symantec.c b/print-symantec.c index 8d80ad90..f636308a 100644 --- a/print-symantec.c +++ b/print-symantec.c @@ -26,7 +26,6 @@ #include <tcpdump-stdinc.h> #include <stdio.h> -#include <pcap.h> #include "interface.h" #include "extract.h" |