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

@ -42,12 +42,10 @@
#include <pulsecore/modargs.h>
#include <pulsecore/log.h>
#include <pulsecore/core-subscribe.h>
#include <pulsecore/sink-input.h>
#include <pulsecore/pdispatch.h>
#include <pulsecore/pstream.h>
#include <pulsecore/pstream-util.h>
#include <pulsecore/socket-client.h>
#include <pulsecore/socket-util.h>
#include <pulsecore/time-smoother.h>
#include <pulsecore/thread.h>
#include <pulsecore/thread-mq.h>