Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpc/stand/hpcboot Deleted unused include files.



details:   https://anonhg.NetBSD.org/src/rev/3b2f6a6ca0d8
branches:  trunk
changeset: 518138:3b2f6a6ca0d8
user:      takemura <takemura%NetBSD.org@localhost>
date:      Sun Nov 25 14:39:20 2001 +0000

description:
Deleted unused include files.

diffstat:

 sys/arch/hpc/stand/hpcboot/boot.cpp |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 3f9269849221 -r 3b2f6a6ca0d8 sys/arch/hpc/stand/hpcboot/boot.cpp
--- a/sys/arch/hpc/stand/hpcboot/boot.cpp       Sun Nov 25 12:29:52 2001 +0000
+++ b/sys/arch/hpc/stand/hpcboot/boot.cpp       Sun Nov 25 14:39:20 2001 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index