diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-16 22:31:27 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-16 22:31:27 +0000 |
commit | be81150bb4bf4bd24cda4481353840bc4885c1c8 (patch) | |
tree | 04490af5fbc68c39a0414f02e5d286a9bbf6ed0a /sys/src/9/port/devaudio.c | |
parent | e4a839031a3c16737a420634195eb5cd1a94f86b (diff) |
remove audio.h, put stuff in port^(dat fns).h
Diffstat (limited to 'sys/src/9/port/devaudio.c')
-rw-r--r-- | sys/src/9/port/devaudio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/port/devaudio.c b/sys/src/9/port/devaudio.c index e34b8f916..89d756f56 100644 --- a/sys/src/9/port/devaudio.c +++ b/sys/src/9/port/devaudio.c @@ -5,7 +5,6 @@ #include "fns.h" #include "io.h" #include "../port/error.h" -#include "../port/audio.h" typedef struct Audioprobe Audioprobe; struct Audioprobe { |