summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-05-18 07:04:41 +0000
committerPierre Ossman <ossman@cendio.se>2006-05-18 07:04:41 +0000
commit24a781992bad4d66bb7bc3a2d1deeba7e959dbb1 (patch)
treeca1e40e4e900d5b9b1502372f5132eff38738ee9 /src/tests
parent3ee205141280ff4246f9fe40521f666b6d598fc5 (diff)
Don't include util.h from core-util.h as it is not needed by many users.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@929 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/thread-mainloop-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/thread-mainloop-test.c b/src/tests/thread-mainloop-test.c
index 70144431..aef3aff0 100644
--- a/src/tests/thread-mainloop-test.c
+++ b/src/tests/thread-mainloop-test.c
@@ -29,9 +29,9 @@
#include <stdio.h>
#include <polyp/timeval.h>
+#include <polyp/util.h>
#include <polypcore/gccmacro.h>
-#include <polypcore/core-util.h>
#include <polyp/thread-mainloop.h>
static void tcb(pa_mainloop_api*a, pa_time_event *e, const struct timeval *tv, void *userdata) {