mpd/src/audioOutputs
Eric Wong cb8f1af3bd Cleanup #includes of standard system headers and put them in one place
This will make refactoring features easier, especially now that
pthreads support and larger refactorings are on the horizon.

Hopefully, this will make porting to other platforms (even
non-UNIX-like ones for masochists) easier, too.

os_compat.h will house all the #includes for system headers
considered to be the "core" of MPD.  Headers for optional
features will be left to individual source files.

git-svn-id: https://svn.musicpd.org/mpd/trunk@7130 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2008-01-03 07:29:49 +00:00
..
audioOutput_alsa.c Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
audioOutput_ao.c Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
audioOutput_fifo.c Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
audioOutput_jack.c Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
audioOutput_mvp.c Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
audioOutput_null.c Move the timing code from the null plugin to timer.c, so it can be easily 2007-05-30 18:16:35 +00:00
audioOutput_oss.c Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
audioOutput_osx.c Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
audioOutput_pulse.c Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
audioOutput_shout.c Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00