Author: markj
Date: Fri Oct 11 17:23:23 2019
New Revision: 353444
URL: https://svnweb.freebsd.org/changeset/base/353444
Log:
Remove an unneeded include of opt_sctp.h.
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/xen/netback/netback.c
Modified: head/sys/dev/xen/netback/netback.c
==============================================================================
--- head/sys/dev/xen/netback/netback.c Fri Oct 11 17:04:38 2019
(r353443)
+++ head/sys/dev/xen/netback/netback.c Fri Oct 11 17:23:23 2019
(r353444)
@@ -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>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"