diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-03-13 23:05:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-03-13 23:05:05 +0000 |
commit | ae2d30616685ecf58b9e5bc857c230f32dd955cc (patch) | |
tree | a39201518ebfc67d0f5a0930873828835be366d9 /sys | |
parent | 053f41ae099edcdddf2726696b06b31c98753743 (diff) |
some include files not needed; matthew markfort
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/firmload.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/firmload.c b/sys/dev/firmload.c index 936af9fcfc7..6b06498a0c4 100644 --- a/sys/dev/firmload.c +++ b/sys/dev/firmload.c @@ -1,4 +1,4 @@ -/* $OpenBSD: firmload.c,v 1.11 2014/07/12 18:48:17 tedu Exp $ */ +/* $OpenBSD: firmload.c,v 1.12 2015/03/13 23:05:04 deraadt Exp $ */ /* * Copyright (c) 2004 Theo de Raadt <deraadt@openbsd.org> @@ -19,10 +19,8 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/syslimits.h> -#include <sys/time.h> #include <sys/namei.h> #include <sys/vnode.h> -#include <sys/mount.h> #include <sys/errno.h> #include <sys/malloc.h> #include <sys/proc.h> |