summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-10 02:53:07 +0000
committerbde <bde@FreeBSD.org>1995-12-10 02:53:07 +0000
commit854894bd5ccae9eb9edd5c25e0a5cb23dfe8faf7 (patch)
treeaf9ac1ddc39f1693087745b7f3f1d5191d712a38
parent50f54171de6ba79954087dce88eee94980c7fcfc (diff)
downloadFreeBSD-src-854894bd5ccae9eb9edd5c25e0a5cb23dfe8faf7.zip
FreeBSD-src-854894bd5ccae9eb9edd5c25e0a5cb23dfe8faf7.tar.gz
Moved vm includes out of centralized headers again.
-rw-r--r--sys/i386/isa/pcvt/pcvt_hdr.h3
-rw-r--r--sys/i386/isa/pcvt/pcvt_out.c2
-rw-r--r--sys/i386/isa/sound/os.h3
-rw-r--r--sys/i386/isa/sound/soundcard.c3
4 files changed, 4 insertions, 7 deletions
diff --git a/sys/i386/isa/pcvt/pcvt_hdr.h b/sys/i386/isa/pcvt/pcvt_hdr.h
index 57848cc..65aa098 100644
--- a/sys/i386/isa/pcvt/pcvt_hdr.h
+++ b/sys/i386/isa/pcvt/pcvt_hdr.h
@@ -169,9 +169,6 @@
#include <machine/clock.h>
#include <machine/md_var.h>
#endif
-#include <vm/vm.h>
-#include <vm/vm_param.h>
-#include <vm/pmap.h>
#else /* PCVT_FREEBSD >= 200 */
#include "machine/pc/display.h"
#endif /* PCVT_FREEBSD >= 200 */
diff --git a/sys/i386/isa/pcvt/pcvt_out.c b/sys/i386/isa/pcvt/pcvt_out.c
index 7217c98..c3c20ef 100644
--- a/sys/i386/isa/pcvt/pcvt_out.c
+++ b/sys/i386/isa/pcvt/pcvt_out.c
@@ -66,6 +66,8 @@
#include "pcvt_hdr.h" /* global include */
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/pmap.h>
extern u_short csd_ascii[]; /* pcvt_tbl.h */
extern u_short csd_supplemental[];
diff --git a/sys/i386/isa/sound/os.h b/sys/i386/isa/sound/os.h
index 69c641e..ad5b98e 100644
--- a/sys/i386/isa/sound/os.h
+++ b/sys/i386/isa/sound/os.h
@@ -32,9 +32,6 @@
#include <sys/buf.h>
#include <i386/isa/isa_device.h>
#include <machine/cpufunc.h>
-#include <vm/vm.h>
-#include <vm/vm_param.h>
-#include <vm/vm_extern.h>
/* These few lines are used by 386BSD (only??). */
diff --git a/sys/i386/isa/sound/soundcard.c b/sys/i386/isa/sound/soundcard.c
index 8fb9bf8..4ab5480 100644
--- a/sys/i386/isa/sound/soundcard.c
+++ b/sys/i386/isa/sound/soundcard.c
@@ -26,11 +26,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: soundcard.c,v 1.37 1995/12/08 11:16:44 julian Exp $
+ * $Id: soundcard.c,v 1.38 1995/12/08 23:21:13 phk Exp $
*/
#include "sound_config.h"
#include <vm/vm.h>
+#include <vm/vm_extern.h>
#ifdef CONFIGURE_SOUNDCARD
OpenPOWER on IntegriCloud