Remove duplicate include of sys/mbuf.h.

Reported by:	Trond Endrest <Trond.Endrestol@ximalas.info>
MFC after:	3 days
This commit is contained in:
Cy Schubert 2018-12-29 18:11:17 +00:00
parent 7a6322e10d
commit 5415a5a8bf

View File

@ -39,7 +39,6 @@ static const char rcsid[] = "@(#)$Id$";
# include <sys/malloc.h>
# include <sys/mbuf.h>
# include <sys/sockopt.h>
# include <sys/mbuf.h>
#include <sys/socket.h>
# include <sys/selinfo.h>
# include <netinet/tcp_var.h>