diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-08-14 12:44:45 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-08-14 12:44:45 +0000 |
commit | 03e7198f802379e610dde7f6ae59c05ca802f5d2 (patch) | |
tree | e909e57fc37590c96cea4b69df702660858ab979 /usr.sbin/tcpdump/print-etherip.c | |
parent | 43aa1894b358a381e816e8e4a36a6ec108953fce (diff) |
No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.
Diffstat (limited to 'usr.sbin/tcpdump/print-etherip.c')
-rw-r--r-- | usr.sbin/tcpdump/print-etherip.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/tcpdump/print-etherip.c b/usr.sbin/tcpdump/print-etherip.c index d28268ed8d9..79327d637b7 100644 --- a/usr.sbin/tcpdump/print-etherip.c +++ b/usr.sbin/tcpdump/print-etherip.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-etherip.c,v 1.6 2009/10/27 23:59:55 deraadt Exp $ */ +/* $OpenBSD: print-etherip.c,v 1.7 2014/08/14 12:44:44 mpi Exp $ */ /* * Copyright (c) 2001 Jason L. Wright (jason@thought.net) @@ -36,13 +36,11 @@ #include <net/if.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/ip_var.h> #include <netinet/udp.h> #include <netinet/udp_var.h> #include <netinet/tcp.h> -#include <netinet/tcpip.h> #include <netinet/if_ether.h> #include <netinet/ip_ether.h> |