diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2007-09-17 01:40:39 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2007-09-17 01:40:39 +0000 |
commit | 48e1b392c83b66e84f297a13b9acbb6c1ba87519 (patch) | |
tree | 07a47184c661f4eece0d0d8824fe2928acd475ea /sys/dev/usb/uberry.c | |
parent | a854e6884a9635329a1490f5cf8420c8ab6f8f85 (diff) |
remove unneeded malloc.h include.
Diffstat (limited to 'sys/dev/usb/uberry.c')
-rw-r--r-- | sys/dev/usb/uberry.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/uberry.c b/sys/dev/usb/uberry.c index 11b13acbc5e..3beae317c7b 100644 --- a/sys/dev/usb/uberry.c +++ b/sys/dev/usb/uberry.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uberry.c,v 1.13 2007/08/30 05:06:21 deraadt Exp $ */ +/* $OpenBSD: uberry.c,v 1.14 2007/09/17 01:40:38 fgsch Exp $ */ /*- * Copyright (c) 2006 Theo de Raadt <deraadt@openbsd.org> @@ -23,7 +23,6 @@ #include <sys/kernel.h> #include <sys/socket.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/timeout.h> #include <sys/conf.h> #include <sys/device.h> |