summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-05-17 20:44:55 +0000
committerLennart Poettering <lennart@poettering.net>2006-05-17 20:44:55 +0000
commit53a285e75616281bcdd8b1dcf0e3b7ba59257516 (patch)
treed0492528a80514f49eb323ecfeb7f8c9cbd753ff /src/utils
parent40feedb8bf53fe656946f376c044dbe4a1741082 (diff)
fix include line for "core-util.h"
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@923 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/pacat.c1
-rw-r--r--src/utils/pacmd.c2
-rw-r--r--src/utils/pax11publish.c2
3 files changed, 2 insertions, 3 deletions
diff --git a/src/utils/pacat.c b/src/utils/pacat.c
index 51b3a48e..b1f5bf59 100644
--- a/src/utils/pacat.c
+++ b/src/utils/pacat.c
@@ -34,7 +34,6 @@
#include <fcntl.h>
#include <polyp/polypaudio.h>
-#include <polypcore/util.h>
#define TIME_EVENT_USEC 50000
diff --git a/src/utils/pacmd.c b/src/utils/pacmd.c
index e640ddaf..fefe7634 100644
--- a/src/utils/pacmd.c
+++ b/src/utils/pacmd.c
@@ -32,7 +32,7 @@
#include <string.h>
#include <sys/un.h>
-#include <polypcore/util.h>
+#include <polypcore/core-util.h>
#include <polypcore/log.h>
#include <polypcore/pid.h>
diff --git a/src/utils/pax11publish.c b/src/utils/pax11publish.c
index e4358894..ee0cb845 100644
--- a/src/utils/pax11publish.c
+++ b/src/utils/pax11publish.c
@@ -31,7 +31,7 @@
#include <X11/Xlib.h>
#include <X11/Xatom.h>
-#include <polypcore/util.h>
+#include <polypcore/core-util.h>
#include <polypcore/log.h>
#include <polypcore/authkey.h>
#include <polypcore/native-common.h>