mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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
This commit is contained in:
parent
3ee2051412
commit
24a781992b
11 changed files with 12 additions and 4 deletions
|
|
@ -29,8 +29,9 @@
|
|||
#include <stdio.h>
|
||||
#include <ltdl.h>
|
||||
|
||||
#include <polyp/util.h>
|
||||
|
||||
#include <polypcore/modinfo.h>
|
||||
#include <polypcore/core-util.h>
|
||||
|
||||
#include "dumpmodules.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
#include <stdlib.h>
|
||||
|
||||
#include <polyp/timeval.h>
|
||||
#include <polyp/util.h>
|
||||
#include <polyp/version.h>
|
||||
#include <polyp/xmalloc.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
#include <unistd.h>
|
||||
|
||||
#include <polyp/timeval.h>
|
||||
#include <polyp/util.h>
|
||||
#include <polyp/xmalloc.h>
|
||||
|
||||
#include <polypcore/module.h>
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
#include <limits.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <polyp/util.h>
|
||||
#include <polypcore/core-util.h>
|
||||
#include <polypcore/log.h>
|
||||
#include <polypcore/random.h>
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@
|
|||
#include <polyp/mainloop.h>
|
||||
#include <polyp/channelmap.h>
|
||||
#include <polyp/timeval.h>
|
||||
#include <polyp/util.h>
|
||||
#include <polyp/volume.h>
|
||||
#include <polyp/xmalloc.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include <polypcore/gccmacro.h>
|
||||
#include <polyp/util.h>
|
||||
|
||||
struct timeval;
|
||||
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include <polyp/xmalloc.h>
|
||||
|
||||
#include <polyp/util.h>
|
||||
#include <polypcore/core-util.h>
|
||||
|
||||
#include "parseaddr.h"
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
#include <polyp/timeval.h>
|
||||
#include <polyp/version.h>
|
||||
#include <polyp/utf8.h>
|
||||
#include <polyp/util.h>
|
||||
#include <polyp/xmalloc.h>
|
||||
|
||||
#include <polypcore/native-common.h>
|
||||
|
|
@ -46,7 +47,6 @@
|
|||
#include <polypcore/authkey.h>
|
||||
#include <polypcore/namereg.h>
|
||||
#include <polypcore/core-scache.h>
|
||||
#include <polypcore/core-util.h>
|
||||
#include <polypcore/core-subscribe.h>
|
||||
#include <polypcore/log.h>
|
||||
#include <polypcore/autoload.h>
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@
|
|||
#include "winsock.h"
|
||||
|
||||
#include <polyp/xmalloc.h>
|
||||
#include <polyp/util.h>
|
||||
|
||||
#include <polypcore/socket-util.h>
|
||||
#include <polypcore/core-util.h>
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -32,6 +32,8 @@
|
|||
#include <string.h>
|
||||
#include <sys/un.h>
|
||||
|
||||
#include <polyp/util.h>
|
||||
|
||||
#include <polypcore/core-util.h>
|
||||
#include <polypcore/log.h>
|
||||
#include <polypcore/pid.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue