headers should not really include "opt_foo.h" (in this case opt_posix.h).

remove it from the header and add it to the files that require it.
This commit is contained in:
alfred 2002-11-15 22:55:06 +00:00
parent 60e892bf31
commit 19142b69cd
6 changed files with 8 additions and 4 deletions

@ -35,6 +35,8 @@
/* ksched: Soft real time scheduling based on "rtprio".
*/
#include "opt_posix.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/lock.h>

@ -35,6 +35,8 @@
/* p1003_1b: Real Time common code.
*/
#include "opt_posix.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>

@ -35,6 +35,8 @@
/* ksched: Soft real time scheduling based on "rtprio".
*/
#include "opt_posix.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/lock.h>

@ -35,6 +35,8 @@
/* p1003_1b: Real Time common code.
*/
#include "opt_posix.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>

@ -34,8 +34,6 @@
* $FreeBSD$
*/
#include "opt_posix.h"
#include <sys/param.h>
#include <sys/ioccom.h>
#include <sys/malloc.h>

@ -34,8 +34,6 @@
* $FreeBSD$
*/
#include "opt_posix.h"
#include <sys/param.h>
#include <sys/ioccom.h>
#include <sys/malloc.h>