mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Delete another unnecessary #include <sys/mbuf.h>.
This commit is contained in:
parent
32ec48a5bc
commit
7948f68b85
1 changed files with 1 additions and 2 deletions
|
|
@ -43,14 +43,13 @@ static const char copyright[] =
|
|||
static char sccsid[] = "@(#)route.c 8.3 (Berkeley) 3/19/94";
|
||||
*/
|
||||
static const char rcsid[] =
|
||||
"$Id: route.c,v 1.15 1996/09/14 02:59:46 bde Exp $";
|
||||
"$Id: route.c,v 1.16 1996/10/27 17:42:14 fenner Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/mbuf.h>
|
||||
#include <sys/sysctl.h>
|
||||
|
||||
#include <net/if.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue