From 19142b69cdfa3a0bf5c2f50d91da354c01d24f51 Mon Sep 17 00:00:00 2001 From: alfred Date: Fri, 15 Nov 2002 22:55:06 +0000 Subject: 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. --- sys/posix4/ksched.c | 2 ++ sys/posix4/p1003_1b.c | 2 ++ sys/posix4/posix4.h | 2 -- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/posix4') diff --git a/sys/posix4/ksched.c b/sys/posix4/ksched.c index 690c2fa..ba53cc2 100644 --- a/sys/posix4/ksched.c +++ b/sys/posix4/ksched.c @@ -35,6 +35,8 @@ /* ksched: Soft real time scheduling based on "rtprio". */ +#include "opt_posix.h" + #include #include #include diff --git a/sys/posix4/p1003_1b.c b/sys/posix4/p1003_1b.c index 9e6fdca..7d312d7 100644 --- a/sys/posix4/p1003_1b.c +++ b/sys/posix4/p1003_1b.c @@ -35,6 +35,8 @@ /* p1003_1b: Real Time common code. */ +#include "opt_posix.h" + #include #include #include diff --git a/sys/posix4/posix4.h b/sys/posix4/posix4.h index 9efd1d9..e597370 100644 --- a/sys/posix4/posix4.h +++ b/sys/posix4/posix4.h @@ -34,8 +34,6 @@ * $FreeBSD$ */ -#include "opt_posix.h" - #include #include #include -- cgit v1.1