Remove an unneeded include of opt_sctp.h.

MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mark Johnston 2019-10-11 17:23:23 +00:00
parent 85d1151f96
commit 4dc5c02c01

View File

@ -46,8 +46,6 @@ __FBSDID("$FreeBSD$");
#include "opt_inet.h"
#include "opt_inet6.h"
#include "opt_sctp.h"
#include <sys/param.h>
#include <sys/kernel.h>