Remove an unneeded include.

This commit is contained in:
tsutsui 2000-11-08 14:37:08 +00:00
parent 642267bcc7
commit 25c36dbbbf
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: db_memrw.c,v 1.2 2000/06/29 08:02:52 mrg Exp $ */
/* $NetBSD: db_memrw.c,v 1.3 2000/11/08 14:37:08 tsutsui Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -64,7 +64,6 @@
#include <machine/pte.h>
#include <machine/db_machdep.h>
#include <machine/cpu.h>
#include <m68k/cacheops.h>
#include <ddb/db_access.h>