From 5cad7e6688deda543ba1c242589a5eaeb03b2f28 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Tue, 12 Apr 2011 09:37:02 +0200 Subject: [PATCH] remove unused {sio,mio}_hdl defs --- libsndio/Makefile.in | 9 +++++---- libsndio/aucat.h | 3 --- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/libsndio/Makefile.in b/libsndio/Makefile.in index 6ba5f1e..7eefec7 100644 --- a/libsndio/Makefile.in +++ b/libsndio/Makefile.in @@ -124,13 +124,14 @@ strlcpy.o: ../bsd-compat/strlcpy.c strtonum.o: ../bsd-compat/strtonum.c ${CC} ${CFLAGS} ${SO_CFLAGS} ${INCLUDE} ${DEFS} -c -o strtonum.o ../bsd-compat/strtonum.c -aucat.o: aucat.c aucat.h sio_priv.h -sio_alsa.o: sio_alsa.c sio_priv.h sndio.h -sio_aucat.o: sio_aucat.c aucat.h ../aucat/amsg.h ../aucat/conf.h sio_priv.h \ - sndio.h ../bsd-compat/bsd-compat.h +aucat.o: aucat.c aucat.h ../aucat/amsg.h ../aucat/conf.h \ + ../bsd-compat/bsd-compat.h mio.o: mio.c mio_priv.h sndio.h ../bsd-compat/bsd-compat.h mio_rmidi.o: mio_rmidi.c mio_priv.h sndio.h mio_thru.o: mio_thru.c ../aucat/amsg.h ../aucat/conf.h mio_priv.h \ sndio.h ../bsd-compat/bsd-compat.h sio.o: sio.c sio_priv.h sndio.h ../bsd-compat/bsd-compat.h +sio_alsa.o: sio_alsa.c sio_priv.h sndio.h +sio_aucat.o: sio_aucat.c aucat.h ../aucat/amsg.h ../aucat/conf.h \ + sio_priv.h sndio.h ../bsd-compat/bsd-compat.h sio_sun.o: sio_sun.c sio_priv.h sndio.h diff --git a/libsndio/aucat.h b/libsndio/aucat.h index 8321a8f..66b0d4f 100644 --- a/libsndio/aucat.h +++ b/libsndio/aucat.h @@ -3,9 +3,6 @@ #include "amsg.h" -struct sio_hdl; -struct mio_hdl; - struct aucat { int fd; /* socket */ struct amsg rmsg, wmsg; /* temporary messages */