Moved vm includes out of centralized headers again.
This commit is contained in:
parent
50f54171de
commit
854894bd5c
@ -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 */
|
||||
|
@ -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[];
|
||||
|
@ -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??). */
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user