]> code.delx.au - pulseaudio/blobdiff - src/polypcore/modargs.c
when loading sound files, initialize channel map data properly
[pulseaudio] / src / polypcore / modargs.c
index 0706294673c8d3b58bdb010718567259eb9715ec..6bd13c3b7a1f00bb4122eb88610d9caf4da7d839 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 
-#include "hashmap.h"
+#include <polypcore/hashmap.h>
+#include <polypcore/idxset.h>
+#include <polypcore/sample-util.h>
+#include <polypcore/namereg.h>
+#include <polypcore/sink.h>
+#include <polypcore/source.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/util.h>
+
 #include "modargs.h"
-#include "idxset.h"
-#include "sample-util.h"
-#include "namereg.h"
-#include "sink.h"
-#include "source.h"
-#include "xmalloc.h"
-#include "util.h"
 
 struct entry {
     char *key, *value;