diff options
| author | guy <guy> | 2000-09-28 06:42:55 +0000 |
|---|---|---|
| committer | guy <guy> | 2000-09-28 06:42:55 +0000 |
| commit | 8b67f771343e94182b048b0cae3ffe164dc37bb9 (patch) | |
| tree | b257467bd7797c05ccc268fc0b8825e411af62f1 /print-pppoe.c | |
| parent | 6b33165a8fc70eac6dae78d230ed42f8684e03ff (diff) | |
| download | tcpdump-8b67f771343e94182b048b0cae3ffe164dc37bb9.tar.gz | |
Get rid of unneeded includes of <net/if.h>.
Diffstat (limited to 'print-pppoe.c')
| -rw-r--r-- | print-pppoe.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print-pppoe.c b/print-pppoe.c index cbdf8953..40b2f4c8 100644 --- a/print-pppoe.c +++ b/print-pppoe.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = -"@(#) $Header: /tcpdump/master/tcpdump/print-pppoe.c,v 1.8 2000-09-24 07:46:05 guy Exp $ (LBL)"; +"@(#) $Header: /tcpdump/master/tcpdump/print-pppoe.c,v 1.9 2000-09-28 06:43:06 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -34,7 +34,6 @@ static const char rcsid[] = struct mbuf; struct rtentry; -#include <net/if.h> #include <netinet/in.h> |
