summaryrefslogtreecommitdiff
path: root/print-bootp.c
diff options
context:
space:
mode:
authorguy <guy>2000-09-28 06:42:55 +0000
committerguy <guy>2000-09-28 06:42:55 +0000
commit8b67f771343e94182b048b0cae3ffe164dc37bb9 (patch)
treeb257467bd7797c05ccc268fc0b8825e411af62f1 /print-bootp.c
parent6b33165a8fc70eac6dae78d230ed42f8684e03ff (diff)
downloadtcpdump-8b67f771343e94182b048b0cae3ffe164dc37bb9.tar.gz
Get rid of unneeded includes of <net/if.h>.
Diffstat (limited to 'print-bootp.c')
-rw-r--r--print-bootp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/print-bootp.c b/print-bootp.c
index 51cc395d..adbf015b 100644
--- a/print-bootp.c
+++ b/print-bootp.c
@@ -22,7 +22,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-bootp.c,v 1.51 2000-09-23 08:03:33 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-bootp.c,v 1.52 2000-09-28 06:42:56 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -35,7 +35,6 @@ static const char rcsid[] =
struct mbuf;
struct rtentry;
-#include <net/if.h>
#include <netinet/in.h>