Remove unnecessary #includes

This commit is contained in:
Maarten Bosmans 2011-06-13 15:04:33 +02:00 committed by Colin Guthrie
parent 9ffa9382dd
commit dd9265ac78
227 changed files with 76 additions and 472 deletions

View file

@ -26,16 +26,12 @@
#include <asoundlib.h>
#include <pulse/sample.h>
#include <pulse/volume.h>
#include <pulse/mainloop-api.h>
#include <pulse/channelmap.h>
#include <pulse/proplist.h>
#include <pulse/volume.h>
#include <pulsecore/llist.h>
#include <pulsecore/rtpoll.h>
#include <pulsecore/core.h>
#include <pulsecore/log.h>
typedef struct pa_alsa_fdlist pa_alsa_fdlist;
typedef struct pa_alsa_mixer_pdata pa_alsa_mixer_pdata;