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 Perlstein 2002-11-15 22:55:06 +00:00
parent bbb4330b61
commit b565fb9e6f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106969
6 changed files with 8 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

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

View File

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