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

This commit is contained in:
rwatson 2006-07-06 13:25:51 +00:00
parent ef5c0fe5ce
commit fba25d1a75
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>