summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
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>