Cleanup includes

This commit is contained in:
matt 2015-06-26 22:32:23 +00:00
parent 81ddf3c8be
commit 31d88a0f6f
2 changed files with 6 additions and 4 deletions

View File

@ -18,9 +18,10 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/cpu.h>
#include <sys/proc.h>
#include <machine/cpu.h>
#include <mips/cpuregs.h>
#include <mips/pmon/pmon.h>
int pmon_argc;

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmon32.S,v 1.1 2011/08/27 13:34:29 bouyer Exp $ */
/* $NetBSD: pmon32.S,v 1.2 2015/06/26 22:32:23 matt Exp $ */
/* OpenBSD: pmon32.S,v 1.4 2010/02/18 18:53:33 miod Exp */
/*
@ -28,10 +28,11 @@
* than four arguments; other functions are not affected.
*/
#include <machine/param.h>
#include <machine/asm.h>
#ifndef _STANDALONE
#ifdef _STANDALONE
#include <machine/param.h>
#else
#include "assym.h"
#endif