diff options
author | 2017-01-09 14:44:28 +0000 | |
---|---|---|
committer | 2017-01-09 14:44:28 +0000 | |
commit | 547f17d1a2e557c6710fc4bd7bf026ac2d4a4fb2 (patch) | |
tree | 18912d356b69fb5f1efcdb86d1a9156a5ad09377 /sys/dev/usb/ugold.c | |
parent | Clarify how tabs after .It work (diff) | |
download | wireguard-openbsd-547f17d1a2e557c6710fc4bd7bf026ac2d4a4fb2.tar.xz wireguard-openbsd-547f17d1a2e557c6710fc4bd7bf026ac2d4a4fb2.zip |
Remove unneeded <sys/malloc.h> from Michael W. Bombardieri.
Diffstat (limited to 'sys/dev/usb/ugold.c')
-rw-r--r-- | sys/dev/usb/ugold.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/ugold.c b/sys/dev/usb/ugold.c index 6e96953a3ce..f8f232d5cec 100644 --- a/sys/dev/usb/ugold.c +++ b/sys/dev/usb/ugold.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ugold.c,v 1.12 2016/01/09 04:14:42 jcs Exp $ */ +/* $OpenBSD: ugold.c,v 1.13 2017/01/09 14:44:28 mpi Exp $ */ /* * Copyright (c) 2013 Takayoshi SASANO <uaa@openbsd.org> @@ -26,7 +26,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> -#include <sys/malloc.h> #include <sys/device.h> #include <sys/sensors.h> |