]> code.delx.au - pulseaudio/blobdiff - src/polyp/mainloop-api.c
Reorganised the source tree. We now have src/ with a couple of subdirs:
[pulseaudio] / src / polyp / mainloop-api.c
similarity index 96%
rename from polyp/mainloop-api.c
rename to src/polyp/mainloop-api.c
index 3229ec20b5b13ae9a31f00b3e61aacdecfcce443..a3eaee9c6c97c6126820f2500680cb84fe092159 100644 (file)
@@ -27,8 +27,8 @@
 #include <stdlib.h>
 
 #include "mainloop-api.h"
-#include "xmalloc.h"
-#include "gccmacro.h"
+#include <polypcore/xmalloc.h>
+#include <polypcore/gccmacro.h>
 
 struct once_info {
     void (*callback)(pa_mainloop_api*m, void *userdata);