Deleted unused include files.

This commit is contained in:
takemura 2001-11-25 14:39:20 +00:00
parent 4385e5bfc5
commit 365ab4ac40
1 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: boot.cpp,v 1.2 2001/04/24 19:27:58 uch Exp $ */
/* $NetBSD: boot.cpp,v 1.3 2001/11/25 14:39:20 takemura Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -48,9 +48,6 @@
#include <console.h>
#include <file.h>
#include <file_fat.h>
#include <file_http.h>
#include <file_ufs.h>
#ifdef ARM
#include <arm/arm_boot.h>