diff options
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> |