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

This commit is contained in:
Robert Watson 2006-07-06 13:25:51 +00:00
parent be54a5eeb3
commit 6435cdafa3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160135
2 changed files with 0 additions and 4 deletions

View File

@ -32,7 +32,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_mac.h"
#include "opt_param.h"
#include <sys/param.h>
@ -43,7 +42,6 @@ __FBSDID("$FreeBSD$");
#include <sys/file.h> /* for maxfiles */
#include <sys/kernel.h>
#include <sys/lock.h>
#include <sys/mac.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/mutex.h>

View File

@ -32,7 +32,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_mac.h"
#include "opt_param.h"
#include <sys/param.h>
@ -43,7 +42,6 @@ __FBSDID("$FreeBSD$");
#include <sys/file.h> /* for maxfiles */
#include <sys/kernel.h>
#include <sys/lock.h>
#include <sys/mac.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/mutex.h>