]> code.delx.au - pulseaudio/blobdiff - src/modules/module-esound-sink.c
Reorganised the source tree. We now have src/ with a couple of subdirs:
[pulseaudio] / 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 afd5feed8790a23e7ab44fe6e93cb95f405518c9..4f724811dcd570e8ec983b46eabdcbb82ecb9644 100644 (file)
 #include <unistd.h>
 #include <limits.h>
 
-#include "iochannel.h"
-#include "sink.h"
-#include "module.h"
-#include "util.h"
-#include "modargs.h"
-#include "xmalloc.h"
-#include "log.h"
+#include <polypcore/iochannel.h>
+#include <polypcore/sink.h>
+#include <polypcore/module.h>
+#include <polypcore/util.h>
+#include <polypcore/modargs.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
+#include <polypcore/socket-client.h>
+#include <polypcore/esound.h>
+#include <polypcore/authkey.h>
+
 #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")