diff options
author | 2015-03-13 23:05:04 +0000 | |
---|---|---|
committer | 2015-03-13 23:05:04 +0000 | |
commit | 5e6185a08bb6a75cf0b261cad04a4c916a2c48d8 (patch) | |
tree | e03b7864ec0cf0bca10e670a053c96d137aa229a /sys | |
parent | typo (diff) | |
download | wireguard-openbsd-5e6185a08bb6a75cf0b261cad04a4c916a2c48d8.tar.xz wireguard-openbsd-5e6185a08bb6a75cf0b261cad04a4c916a2c48d8.zip |
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> |