summaryrefslogtreecommitdiff
path: root/freebsd/sys/netinet/ip_ecn.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/netinet/ip_ecn.h')
-rw-r--r--freebsd/sys/netinet/ip_ecn.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/freebsd/sys/netinet/ip_ecn.h b/freebsd/sys/netinet/ip_ecn.h
index 6a814160..c5c1c4eb 100644
--- a/freebsd/sys/netinet/ip_ecn.h
+++ b/freebsd/sys/netinet/ip_ecn.h
@@ -38,10 +38,6 @@
#ifndef _NETINET_IP_ECN_H_
#define _NETINET_IP_ECN_H_
-#if defined(_KERNEL) && !defined(_LKM)
-#include <rtems/bsd/local/opt_inet.h>
-#endif
-
#define ECN_ALLOWED 1 /* ECN allowed */
#define ECN_FORBIDDEN 0 /* ECN forbidden */
#define ECN_NOCARE (-1) /* no consideration to ECN */