diff options
| author | 2017-01-03 06:39:44 +0000 | |
|---|---|---|
| committer | 2017-01-03 06:39:44 +0000 | |
| commit | 65dfe6998d1bb952b3a35738f7df438045e71f5c (patch) | |
| tree | 6bdc431b9bb134c2811ddeed3dc672ca540957f5 /sys/dev/midi.c | |
| parent | It takes a special style of creative writing to be unspecific about the error (diff) | |
| download | wireguard-openbsd-65dfe6998d1bb952b3a35738f7df438045e71f5c.tar.xz wireguard-openbsd-65dfe6998d1bb952b3a35738f7df438045e71f5c.zip | |
No need to include sys/malloc.h. From Michael W. Bombardieri. Thanks.
Diffstat (limited to 'sys/dev/midi.c')
| -rw-r--r-- | sys/dev/midi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/midi.c b/sys/dev/midi.c index fdc43f17ac0..f0179a3d93a 100644 --- a/sys/dev/midi.c +++ b/sys/dev/midi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: midi.c,v 1.41 2016/12/20 16:03:39 ratchov Exp $ */ +/* $OpenBSD: midi.c,v 1.42 2017/01/03 06:39:44 ratchov Exp $ */ /* * Copyright (c) 2003, 2004 Alexandre Ratchov @@ -26,7 +26,6 @@ #include <sys/timeout.h> #include <sys/vnode.h> #include <sys/signalvar.h> -#include <sys/malloc.h> #include <sys/device.h> #include <dev/midi_if.h> |
