summaryrefslogtreecommitdiffstats
path: root/src/polypcore/strlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/strlist.c')
-rw-r--r--src/polypcore/strlist.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/polypcore/strlist.c b/src/polypcore/strlist.c
index 09eb0c8a..e165aefd 100644
--- a/src/polypcore/strlist.c
+++ b/src/polypcore/strlist.c
@@ -26,10 +26,11 @@
#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;