summaryrefslogtreecommitdiffstats
path: root/src/polypcore/pstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/pstream.h')
-rw-r--r--src/polypcore/pstream.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/polypcore/pstream.h b/src/polypcore/pstream.h
index ec63a98e..10ce58f6 100644
--- a/src/polypcore/pstream.h
+++ b/src/polypcore/pstream.h
@@ -24,11 +24,11 @@
#include <inttypes.h>
-#include "packet.h"
-#include "memblock.h"
-#include "iochannel.h"
#include <polyp/mainloop-api.h>
-#include "memchunk.h"
+#include <polypcore/packet.h>
+#include <polypcore/memblock.h>
+#include <polypcore/iochannel.h>
+#include <polypcore/memchunk.h>
typedef struct pa_pstream pa_pstream;