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/if_aue.c | |
parent | a854e6884a9635329a1490f5cf8420c8ab6f8f85 (diff) |
remove unneeded malloc.h include.
Diffstat (limited to 'sys/dev/usb/if_aue.c')
-rw-r--r-- | sys/dev/usb/if_aue.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c index b07b714f53f..a9b2aabe865 100644 --- a/sys/dev/usb/if_aue.c +++ b/sys/dev/usb/if_aue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_aue.c,v 1.65 2007/06/14 10:11:15 mbalmer Exp $ */ +/* $OpenBSD: if_aue.c,v 1.66 2007/09/17 01:40:38 fgsch Exp $ */ /* $NetBSD: if_aue.c,v 1.82 2003/03/05 17:37:36 shiba Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -84,7 +84,6 @@ #include <sys/sockio.h> #include <sys/rwlock.h> #include <sys/mbuf.h> -#include <sys/malloc.h> #include <sys/kernel.h> #include <sys/proc.h> #include <sys/socket.h> |