summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-06-05 12:12:25 +0000
committerphk <phk@FreeBSD.org>2002-06-05 12:12:25 +0000
commit02a39226769d736e4560560ca6ad1f323c528744 (patch)
treea1e72022d615c8d5649c5729d9d26e82c30abd33 /sys/boot
parent353a43a7682d103c330ddb06d13af5313dde0ed8 (diff)
downloadFreeBSD-src-02a39226769d736e4560560ca6ad1f323c528744.zip
FreeBSD-src-02a39226769d736e4560560ca6ad1f323c528744.tar.gz
Remove UFS related #includes, they're read in ufsread.c now.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/sparc64/boot1/boot1.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/boot/sparc64/boot1/boot1.c b/sys/boot/sparc64/boot1/boot1.c
index 692de65..1eeb556 100644
--- a/sys/boot/sparc64/boot1/boot1.c
+++ b/sys/boot/sparc64/boot1/boot1.c
@@ -27,9 +27,6 @@ __FBSDID("$FreeBSD$");
#include <machine/elf.h>
#include <machine/stdarg.h>
-#include <ufs/ffs/fs.h>
-#include <ufs/ufs/dinode.h>
-
#define _PATH_LOADER "/boot/loader"
#define _PATH_KERNEL "/boot/kernel/kernel"
OpenPOWER on IntegriCloud