1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-04 17:15:50 +00:00

Remove now unneeded opt_mac.h and mac.h includes.

MFC after:	3 days
This commit is contained in:
Robert Watson 2006-07-06 13:24:22 +00:00
parent 83ff52a7f3
commit 2551d4f66e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160133

View File

@ -35,13 +35,11 @@
*/
#include "opt_devfs.h"
#include "opt_mac.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/lock.h>
#include <sys/mac.h>
#include <sys/malloc.h>
#include <sys/mount.h>
#include <sys/proc.h>