summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ecn.c
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-08 03:53:48 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-08 03:53:48 +0000
commit56031ed6b75caadd912f58b2f6ab2336cd1c7757 (patch)
tree063f0eeb4fbd986d6c0b698f482545b0b5bc1fae /sys/netinet/ip_ecn.c
parent770fa01639d7722a906459df7780123cd3b62229 (diff)
Cut down on include files.
Diffstat (limited to 'sys/netinet/ip_ecn.c')
-rw-r--r--sys/netinet/ip_ecn.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/netinet/ip_ecn.c b/sys/netinet/ip_ecn.c
index 1d9ee292b28..3664e847255 100644
--- a/sys/netinet/ip_ecn.c
+++ b/sys/netinet/ip_ecn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ecn.c,v 1.2 2001/02/16 08:48:04 itojun Exp $ */
+/* $OpenBSD: ip_ecn.c,v 1.3 2001/06/08 03:53:45 angelos Exp $ */
/* $KAME: ip_ecn.c,v 1.9 2000/10/01 12:44:48 itojun Exp $ */
/*
@@ -35,15 +35,9 @@
* http://www.aciri.org/floyd/papers/draft-ipsec-ecn-00.txt
*/
-#if (defined(__FreeBSD__) && __FreeBSD__ >= 3) || defined(__NetBSD__)
-#include "opt_inet.h"
-#endif
-
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/malloc.h>
#include <sys/mbuf.h>
-#include <sys/errno.h>
#ifdef INET
#include <netinet/in.h>