summaryrefslogtreecommitdiffstats
path: root/src/polypcore/x11wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/x11wrap.c')
-rw-r--r--src/polypcore/x11wrap.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/polypcore/x11wrap.c b/src/polypcore/x11wrap.c
index e20a50a6..9414fbdf 100644
--- a/src/polypcore/x11wrap.c
+++ b/src/polypcore/x11wrap.c
@@ -22,11 +22,12 @@
#include <assert.h>
#include <stdio.h>
-#include "llist.h"
+#include <polypcore/llist.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
+#include <polypcore/props.h>
+
#include "x11wrap.h"
-#include "xmalloc.h"
-#include "log.h"
-#include "props.h"
typedef struct pa_x11_internal pa_x11_internal;