Backed out rev.1.6. A bogus include was added to work around breakage of

<netinet/tcp_var.h>'s prerequisites.  Prerequistes should not grow for
userland headers, and <netinet/tcp_var.h> is unfortunately still needed
in userland.
This commit is contained in:
Bruce Evans 2004-02-25 13:11:48 +00:00
parent 0613995bd0
commit 5dfef63412
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126227

View File

@ -45,8 +45,6 @@ __FBSDID("$FreeBSD$");
#include <sys/socket.h>
#include <sys/sysctl.h>
#include <net/route.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>