]> code.delx.au - pulseaudio/blobdiff - src/modules/module-oss.c
Reorganised the source tree. We now have src/ with a couple of subdirs:
[pulseaudio] / src / modules / module-oss.c
similarity index 97%
rename from polyp/module-oss.c
rename to src/modules/module-oss.c
index b5c7ae8cfeaf7f6e7d844dd6978435e43523b4ed..04458419a7118b09f6149bca417d7076f4da894f 100644 (file)
 #include <unistd.h>
 #include <limits.h>
 
-#include "iochannel.h"
-#include "sink.h"
-#include "source.h"
-#include "module.h"
-#include "oss-util.h"
-#include "sample-util.h"
-#include "util.h"
-#include "modargs.h"
-#include "xmalloc.h"
-#include "log.h"
+#include <polypcore/iochannel.h>
+#include <polypcore/sink.h>
+#include <polypcore/source.h>
+#include <polypcore/module.h>
+#include <polypcore/oss-util.h>
+#include <polypcore/sample-util.h>
+#include <polypcore/util.h>
+#include <polypcore/modargs.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
+
 #include "module-oss-symdef.h"
 
 PA_MODULE_AUTHOR("Lennart Poettering")