diff options
author | Pierre Ossman <ossman@cendio.se> | 2006-05-18 07:04:41 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2006-05-18 07:04:41 +0000 |
commit | 24a781992bad4d66bb7bc3a2d1deeba7e959dbb1 (patch) | |
tree | ca1e40e4e900d5b9b1502372f5132eff38738ee9 /src/tests/thread-mainloop-test.c | |
parent | 3ee205141280ff4246f9fe40521f666b6d598fc5 (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/thread-mainloop-test.c')
-rw-r--r-- | src/tests/thread-mainloop-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/thread-mainloop-test.c b/src/tests/thread-mainloop-test.c index 701444312..aef3aff05 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) { |