]> code.delx.au - pulseaudio/blobdiff - src/polypcore/strlist.c
Cleaned up the includes after the restructuring. Indicate which headers are
[pulseaudio] / src / polypcore / strlist.c
index 09eb0c8aa057cba244c8e5ad136de0a46de5615d..e165aefddd1fa3f75960018018afcc63c008d14a 100644 (file)
 #include <string.h>
 #include <assert.h>
 
+#include <polypcore/xmalloc.h>
+#include <polypcore/strbuf.h>
+#include <polypcore/util.h>
+
 #include "strlist.h"
-#include "xmalloc.h"
-#include "strbuf.h"
-#include "util.h"
 
 struct pa_strlist {
     pa_strlist *next;