mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
fix include line for "core-util.h"
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@923 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
40feedb8bf
commit
53a285e756
27 changed files with 26 additions and 28 deletions
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
#include <polyp/xmalloc.h>
|
#include <polyp/xmalloc.h>
|
||||||
|
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
#include <polypcore/strbuf.h>
|
#include <polypcore/strbuf.h>
|
||||||
|
|
||||||
#include "cmdline.h"
|
#include "cmdline.h"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
#include <polypcore/log.h>
|
#include <polypcore/log.h>
|
||||||
|
|
||||||
#include "cpulimit.h"
|
#include "cpulimit.h"
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
#include <polyp/xmalloc.h>
|
#include <polyp/xmalloc.h>
|
||||||
|
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
#include <polypcore/strbuf.h>
|
#include <polypcore/strbuf.h>
|
||||||
#include <polypcore/conf-parser.h>
|
#include <polypcore/conf-parser.h>
|
||||||
#include <polypcore/resampler.h>
|
#include <polypcore/resampler.h>
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
#include <ltdl.h>
|
#include <ltdl.h>
|
||||||
|
|
||||||
#include <polypcore/modinfo.h>
|
#include <polypcore/modinfo.h>
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
|
|
||||||
#include "dumpmodules.h"
|
#include "dumpmodules.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@
|
||||||
#include <polypcore/module.h>
|
#include <polypcore/module.h>
|
||||||
#include <polypcore/cli-command.h>
|
#include <polypcore/cli-command.h>
|
||||||
#include <polypcore/log.h>
|
#include <polypcore/log.h>
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
#include <polypcore/sioman.h>
|
#include <polypcore/sioman.h>
|
||||||
#include <polypcore/cli-text.h>
|
#include <polypcore/cli-text.h>
|
||||||
#include <polypcore/pid.h>
|
#include <polypcore/pid.h>
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
#include <polypcore/sink-input.h>
|
#include <polypcore/sink-input.h>
|
||||||
#include <polypcore/memblockq.h>
|
#include <polypcore/memblockq.h>
|
||||||
#include <polypcore/log.h>
|
#include <polypcore/log.h>
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
#include <polypcore/modargs.h>
|
#include <polypcore/modargs.h>
|
||||||
#include <polypcore/namereg.h>
|
#include <polypcore/namereg.h>
|
||||||
#include <polypcore/sample-util.h>
|
#include <polypcore/sample-util.h>
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
#include <polypcore/source-output.h>
|
#include <polypcore/source-output.h>
|
||||||
#include <polypcore/memblockq.h>
|
#include <polypcore/memblockq.h>
|
||||||
#include <polypcore/log.h>
|
#include <polypcore/log.h>
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
#include <polypcore/modargs.h>
|
#include <polypcore/modargs.h>
|
||||||
#include <polypcore/namereg.h>
|
#include <polypcore/namereg.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
#include <polyp/xmalloc.h>
|
#include <polyp/xmalloc.h>
|
||||||
|
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
#include <polypcore/log.h>
|
#include <polypcore/log.h>
|
||||||
|
|
||||||
#include "sap.h"
|
#include "sap.h"
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
#include <polyp/xmalloc.h>
|
#include <polyp/xmalloc.h>
|
||||||
|
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
#include <polypcore/log.h>
|
#include <polypcore/log.h>
|
||||||
|
|
||||||
#include "sdp.h"
|
#include "sdp.h"
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
#include <polyp/xmalloc.h>
|
#include <polyp/xmalloc.h>
|
||||||
|
|
||||||
#include <polypcore/log.h>
|
#include <polypcore/log.h>
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
|
|
||||||
#include "browser.h"
|
#include "browser.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,8 +29,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <polyp/xmalloc.h>
|
#include <polyp/xmalloc.h>
|
||||||
|
#include <polypcore/core-util.h>
|
||||||
#include <polypcore/util.h>
|
|
||||||
|
|
||||||
#include "channelmap.h"
|
#include "channelmap.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
#include <polypcore/x11prop.h>
|
#include <polypcore/x11prop.h>
|
||||||
#include <polypcore/log.h>
|
#include <polypcore/log.h>
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
|
|
||||||
#include "client-conf-x11.h"
|
#include "client-conf-x11.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
#include <polypcore/log.h>
|
#include <polypcore/log.h>
|
||||||
#include <polypcore/conf-parser.h>
|
#include <polypcore/conf-parser.h>
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
#include <polypcore/authkey.h>
|
#include <polypcore/authkey.h>
|
||||||
|
|
||||||
#include "client-conf.h"
|
#include "client-conf.h"
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@
|
||||||
#include <polypcore/dynarray.h>
|
#include <polypcore/dynarray.h>
|
||||||
#include <polypcore/socket-client.h>
|
#include <polypcore/socket-client.h>
|
||||||
#include <polypcore/pstream-util.h>
|
#include <polypcore/pstream-util.h>
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
#include <polypcore/log.h>
|
#include <polypcore/log.h>
|
||||||
#include <polypcore/socket-util.h>
|
#include <polypcore/socket-util.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
#include <polyp/xmalloc.h>
|
#include <polyp/xmalloc.h>
|
||||||
|
|
||||||
#include <polypcore/idxset.h>
|
#include <polypcore/idxset.h>
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
|
|
||||||
#include "glib.h"
|
#include "glib.h"
|
||||||
#include "glib-mainloop.h"
|
#include "glib-mainloop.h"
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
#include <polyp/xmalloc.h>
|
#include <polyp/xmalloc.h>
|
||||||
|
|
||||||
#include <polypcore/idxset.h>
|
#include <polypcore/idxset.h>
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
|
|
||||||
#include "glib-mainloop.h"
|
#include "glib-mainloop.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
#include <polyp/xmalloc.h>
|
#include <polyp/xmalloc.h>
|
||||||
|
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
#include <polypcore/log.h>
|
#include <polypcore/log.h>
|
||||||
#include <polypcore/gccmacro.h>
|
#include <polypcore/gccmacro.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
#include <polyp/xmalloc.h>
|
#include <polyp/xmalloc.h>
|
||||||
|
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
#include <polypcore/idxset.h>
|
#include <polypcore/idxset.h>
|
||||||
#include <polypcore/log.h>
|
#include <polypcore/log.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
#include <polyp/xmalloc.h>
|
#include <polyp/xmalloc.h>
|
||||||
|
|
||||||
#include <polypcore/pstream-util.h>
|
#include <polypcore/pstream-util.h>
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
#include <polypcore/log.h>
|
#include <polypcore/log.h>
|
||||||
#include <polypcore/hashmap.h>
|
#include <polypcore/hashmap.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
#include <polypcore/gccmacro.h>
|
#include <polypcore/gccmacro.h>
|
||||||
|
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
***/
|
***/
|
||||||
|
|
||||||
#include <polypcore/iochannel.h>
|
#include <polypcore/iochannel.h>
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
|
|
||||||
/* An ioline wraps an iochannel for line based communication. A
|
/* An ioline wraps an iochannel for line based communication. A
|
||||||
* callback function is called whenever a new line has been recieved
|
* callback function is called whenever a new line has been recieved
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
#include <polypcore/gccmacro.h>
|
#include <polypcore/gccmacro.h>
|
||||||
|
|
||||||
#ifdef GLIB_MAIN_LOOP
|
#ifdef GLIB_MAIN_LOOP
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
#include <polypcore/mcalign.h>
|
#include <polypcore/mcalign.h>
|
||||||
#include <polypcore/gccmacro.h>
|
#include <polypcore/gccmacro.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <polypcore/gccmacro.h>
|
#include <polypcore/gccmacro.h>
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
#include <polyp/thread-mainloop.h>
|
#include <polyp/thread-mainloop.h>
|
||||||
|
|
||||||
static void tcb(pa_mainloop_api*a, pa_time_event *e, const struct timeval *tv, void *userdata) {
|
static void tcb(pa_mainloop_api*a, pa_time_event *e, const struct timeval *tv, void *userdata) {
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,6 @@
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
#include <polyp/polypaudio.h>
|
#include <polyp/polypaudio.h>
|
||||||
#include <polypcore/util.h>
|
|
||||||
|
|
||||||
#define TIME_EVENT_USEC 50000
|
#define TIME_EVENT_USEC 50000
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/un.h>
|
#include <sys/un.h>
|
||||||
|
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
#include <polypcore/log.h>
|
#include <polypcore/log.h>
|
||||||
#include <polypcore/pid.h>
|
#include <polypcore/pid.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
#include <X11/Xatom.h>
|
#include <X11/Xatom.h>
|
||||||
|
|
||||||
#include <polypcore/util.h>
|
#include <polypcore/core-util.h>
|
||||||
#include <polypcore/log.h>
|
#include <polypcore/log.h>
|
||||||
#include <polypcore/authkey.h>
|
#include <polypcore/authkey.h>
|
||||||
#include <polypcore/native-common.h>
|
#include <polypcore/native-common.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue