Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/efiboot Remove unused include.



details:   https://anonhg.NetBSD.org/src/rev/e5ed7477f1f4
branches:  trunk
changeset: 323304:e5ed7477f1f4
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Fri Jun 08 11:52:30 2018 +0000

description:
Remove unused include.

diffstat:

 sys/arch/i386/stand/efiboot/efiboot.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r dde396cb7978 -r e5ed7477f1f4 sys/arch/i386/stand/efiboot/efiboot.c
--- a/sys/arch/i386/stand/efiboot/efiboot.c     Fri Jun 08 11:18:23 2018 +0000
+++ b/sys/arch/i386/stand/efiboot/efiboot.c     Fri Jun 08 11:52:30 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: efiboot.c,v 1.7 2018/04/11 10:32:09 nonaka Exp $       */
+/*     $NetBSD: efiboot.c,v 1.8 2018/06/08 11:52:30 nonaka Exp $       */
 
 /*-
  * Copyright (c) 2016 Kimihiro Nonaka <nonaka%netbsd.org@localhost>
@@ -28,7 +28,6 @@
 
 #include "efiboot.h"
 
-#include "biosdisk_ll.h"
 #include "bootinfo.h"
 #include "devopen.h"
 



Home | Main Index | Thread Index | Old Index