artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
030ab34
)
remove unneeded proc.h include
author
jsg
<jsg@openbsd.org>
Mon, 14 Oct 2024 00:47:36 +0000
(
00:47
+0000)
committer
jsg
<jsg@openbsd.org>
Mon, 14 Oct 2024 00:47:36 +0000
(
00:47
+0000)
sys/dev/midivar.h
patch
|
blob
|
history
diff --git
a/sys/dev/midivar.h
b/sys/dev/midivar.h
index
caa7fcb
..
b906d96
100644
(file)
--- a/
sys/dev/midivar.h
+++ b/
sys/dev/midivar.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: midivar.h,v 1.1
4 2023/09/26 19:55:24 mvs
Exp $ */
+/* $OpenBSD: midivar.h,v 1.1
5 2024/10/14 00:47:36 jsg
Exp $ */
/*
* Copyright (c) 2003, 2004 Alexandre Ratchov
@@
-22,7
+22,6
@@
#include <dev/midi_if.h>
#include <sys/device.h>
#include <sys/event.h>
-#include <sys/proc.h>
#include <sys/timeout.h>
#define MIDI_RATE 3125 /* midi uart baud rate in bytes/second */