aboutsummaryrefslogtreecommitdiffstats
path: root/bpf_dump.c
diff options
context:
space:
mode:
authorguy <guy>2002-03-24 23:21:51 +0000
committerguy <guy>2002-03-24 23:21:51 +0000
commitfdaba9c2a6db9b0a9dfb793baf8ab3cb33492c0e (patch)
treee8555fcd5746ed9124bf2905da081e17b86ce5d1 /bpf_dump.c
parent7346580de5ca6e4d0f2b2dd28d694ed34c48fab2 (diff)
<pcap.h> includes <sys/types.h> and <sys/time.h>; there's no need to
include it in these files, as they either include "pcap-int.h", which includes <pcap.h>, or they include <pcap.h> directly.
Diffstat (limited to 'bpf_dump.c')
-rw-r--r--bpf_dump.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/bpf_dump.c b/bpf_dump.c
index 0b651c2..74927f4 100644
--- a/bpf_dump.c
+++ b/bpf_dump.c
@@ -20,16 +20,13 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/libpcap/bpf_dump.c,v 1.12 2000-06-26 04:17:05 assar Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/bpf_dump.c,v 1.13 2002-03-24 23:21:51 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#include <sys/types.h>
-#include <sys/time.h>
-
#include <pcap.h>
#include <stdio.h>