diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-01-24 05:14:53 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-01-24 05:14:53 +0000 |
commit | 719379108dc1273e171fba00dab795b25d555e33 (patch) | |
tree | 3d9c11a588abd66d4889e0413af317fe8ac1e0ca /sys/arch/i386 | |
parent | 2a365c3f14142a83839c2abeb1b48154e4a062e2 (diff) |
cleanup unused headers generated by config
ok tedu@ krw@ deraadt@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/i386/conf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/conf.c b/sys/arch/i386/i386/conf.c index 4b305c20f44..3831d9980b5 100644 --- a/sys/arch/i386/i386/conf.c +++ b/sys/arch/i386/i386/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.166 2020/01/23 02:40:21 dlg Exp $ */ +/* $OpenBSD: conf.c,v 1.167 2020/01/24 05:14:51 jsg Exp $ */ /* $NetBSD: conf.c,v 1.75 1996/05/03 19:40:20 christos Exp $ */ /* @@ -43,7 +43,6 @@ #include "wd.h" bdev_decl(wd); -#include "fdc.h" #include "fd.h" bdev_decl(fd); #include "sd.h" |