summaryrefslogtreecommitdiff
path: root/vm/vm_kmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_kmem.c')
-rw-r--r--vm/vm_kmem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm/vm_kmem.c b/vm/vm_kmem.c
index 72d02899..a90fb058 100644
--- a/vm/vm_kmem.c
+++ b/vm/vm_kmem.c
@@ -15,12 +15,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <kern/assert.h>
#include <kern/init.h>
#include <kern/panic.h>
#include <kern/param.h>
+#include <kern/stddef.h>
#include <kern/types.h>
-#include <lib/assert.h>
-#include <lib/stddef.h>
#include <machine/pmap.h>
#include <vm/vm_map.h>
#include <vm/vm_kmem.h>