diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-10-24 02:55:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-10-24 02:55:51 +0000 |
commit | aaa3c42577021756bda16f8d58a758947718c8f2 (patch) | |
tree | ed76e4ee41368ee99d19c76147dcbaa394f0433c /usr.sbin/tcpdrop | |
parent | 14f41b5cde1d9e44eb23d32ad3efd8f3e683a3ad (diff) |
no need for netinet/ip_var.h (and friends)
Diffstat (limited to 'usr.sbin/tcpdrop')
-rw-r--r-- | usr.sbin/tcpdrop/tcpdrop.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/tcpdrop/tcpdrop.c b/usr.sbin/tcpdrop/tcpdrop.c index 88754081a58..d69c715225e 100644 --- a/usr.sbin/tcpdrop/tcpdrop.c +++ b/usr.sbin/tcpdrop/tcpdrop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcpdrop.c,v 1.11 2013/07/09 19:35:52 gsoares Exp $ */ +/* $OpenBSD: tcpdrop.c,v 1.12 2013/10/24 02:55:50 deraadt Exp $ */ /* * Copyright (c) 2004 Markus Friedl <markus@openbsd.org> @@ -23,7 +23,6 @@ #include <netinet/in.h> #include <netinet/tcp.h> -#include <netinet/ip_var.h> #include <netinet/tcp_timer.h> #include <netinet/tcp_var.h> |