aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_osx.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2006-10-18 03:03:28 +0000
committerWarren Dukes <warren.dukes@gmail.com>2006-10-18 03:03:28 +0000
commita8a932a215941633a86526a7c037919138b836e8 (patch)
tree292ccc77db993eb803a345a03892efdb69c6ff05 /src/audioOutputs/audioOutput_osx.c
parent29c7681ca4746fc663dc070f09102eb184f94044 (diff)
downloadmpd-a8a932a215941633a86526a7c037919138b836e8.tar.gz
mpd-a8a932a215941633a86526a7c037919138b836e8.tar.xz
mpd-a8a932a215941633a86526a7c037919138b836e8.zip
remove some unneccesary includes from the audioOutput's
git-svn-id: https://svn.musicpd.org/mpd/trunk@4913 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/audioOutputs/audioOutput_osx.c')
-rw-r--r--src/audioOutputs/audioOutput_osx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/audioOutputs/audioOutput_osx.c b/src/audioOutputs/audioOutput_osx.c
index 92b55b635..aafe54aeb 100644
--- a/src/audioOutputs/audioOutput_osx.c
+++ b/src/audioOutputs/audioOutput_osx.c
@@ -25,7 +25,6 @@
#include <pthread.h>
#include "../log.h"
-#include "../utils.h"
typedef struct _OsxData {
AudioUnit au;