X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/5b881e62282f26b353635120935d114e0c7c3f3c:/polyp/module-esound-sink.c..e205b25d65ccb380fa158711e24d55b6de5d9bc1:/src/modules/module-esound-sink.c diff --git a/polyp/module-esound-sink.c b/src/modules/module-esound-sink.c similarity index 97% rename from polyp/module-esound-sink.c rename to src/modules/module-esound-sink.c index afd5feed..4f724811 100644 --- a/polyp/module-esound-sink.c +++ b/src/modules/module-esound-sink.c @@ -33,17 +33,18 @@ #include #include -#include "iochannel.h" -#include "sink.h" -#include "module.h" -#include "util.h" -#include "modargs.h" -#include "xmalloc.h" -#include "log.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + #include "module-esound-sink-symdef.h" -#include "socket-client.h" -#include "esound.h" -#include "authkey.h" PA_MODULE_AUTHOR("Lennart Poettering") PA_MODULE_DESCRIPTION("ESOUND Sink")