summaryrefslogtreecommitdiffstats
path: root/src/polypcore/sink.c
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-05-17 17:30:49 +0000
committerPierre Ossman <ossman@cendio.se>2006-05-17 17:30:49 +0000
commit7ca25e58e99abb3d640b6012d7cbfc9bc9087849 (patch)
treec607f3c8a36567c550348f7762a976e2397ece95 /src/polypcore/sink.c
parentd9cc2cfcb97c1b0449bcbfb6ab0301a58d77bd55 (diff)
Move utf8 to the public part (libpolyp).
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@909 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/polypcore/sink.c')
-rw-r--r--src/polypcore/sink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polypcore/sink.c b/src/polypcore/sink.c
index a873c00a..6931d396 100644
--- a/src/polypcore/sink.c
+++ b/src/polypcore/sink.c
@@ -29,6 +29,7 @@
#include <stdio.h>
#include <polyp/introspect.h>
+#include <polyp/utf8.h>
#include <polyp/xmalloc.h>
#include <polypcore/sink-input.h>
@@ -37,7 +38,6 @@
#include <polypcore/sample-util.h>
#include <polypcore/core-subscribe.h>
#include <polypcore/log.h>
-#include <polypcore/utf8.h>
#include "sink.h"