Moved vm includes out of centralized headers again.

This commit is contained in:
bde 1995-12-10 02:53:07 +00:00
parent 50f54171de
commit 854894bd5c
4 changed files with 4 additions and 7 deletions

View File

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

View File

@ -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[];

View File

@ -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??). */

View File

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