Commit a8a932a2 authored by Warren Dukes's avatar Warren Dukes

remove some unneccesary includes from the audioOutput's

git-svn-id: https://svn.musicpd.org/mpd/trunk@4913 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 29c7681c
...@@ -34,11 +34,8 @@ ...@@ -34,11 +34,8 @@
#include "../conf.h" #include "../conf.h"
#include "../log.h" #include "../log.h"
#include "../sig_handlers.h"
#include <string.h> #include <string.h>
#include <assert.h>
#include <signal.h>
#include <alsa/asoundlib.h> #include <alsa/asoundlib.h>
......
...@@ -24,8 +24,6 @@ ...@@ -24,8 +24,6 @@
#include "../log.h" #include "../log.h"
#include <string.h> #include <string.h>
#include <assert.h>
#include <signal.h>
#include <ao/ao.h> #include <ao/ao.h>
......
...@@ -25,13 +25,8 @@ ...@@ -25,13 +25,8 @@
#include "../conf.h" #include "../conf.h"
#include "../log.h" #include "../log.h"
#include "../sig_handlers.h"
#include <sys/types.h>
#include <string.h> #include <string.h>
#include <assert.h>
#include <signal.h>
#include <unistd.h>
#include <jack/jack.h> #include <jack/jack.h>
#include <jack/types.h> #include <jack/types.h>
......
...@@ -27,11 +27,8 @@ ...@@ -27,11 +27,8 @@
#include "../conf.h" #include "../conf.h"
#include "../log.h" #include "../log.h"
#include "../sig_handlers.h"
#include <string.h> #include <string.h>
#include <assert.h>
#include <signal.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
......
...@@ -25,14 +25,10 @@ ...@@ -25,14 +25,10 @@
#ifdef HAVE_OSS #ifdef HAVE_OSS
#include "../utils.h"
#include "../conf.h" #include "../conf.h"
#include "../log.h" #include "../log.h"
#include "../sig_handlers.h"
#include <string.h> #include <string.h>
#include <assert.h>
#include <signal.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include <pthread.h> #include <pthread.h>
#include "../log.h" #include "../log.h"
#include "../utils.h"
typedef struct _OsxData { typedef struct _OsxData {
AudioUnit au; AudioUnit au;
......
...@@ -24,12 +24,9 @@ ...@@ -24,12 +24,9 @@
#include "../conf.h" #include "../conf.h"
#include "../log.h" #include "../log.h"
#include "../sig_handlers.h"
#include "../pcm_utils.h" #include "../pcm_utils.h"
#include <string.h> #include <string.h>
#include <assert.h>
#include <signal.h>
#include <time.h> #include <time.h>
#include <shout/shout.h> #include <shout/shout.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment