mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
shorten include list of utils a little
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@495 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
19b5b71feb
commit
b4cb249d70
5 changed files with 4 additions and 11 deletions
|
|
@ -30,7 +30,6 @@
|
|||
#include <polyp/mainloop.h>
|
||||
#include <polyp/mainloop-signal.h>
|
||||
#include <polyp/browser.h>
|
||||
#include <polyp/typeid.h>
|
||||
|
||||
static void exit_signal_callback(pa_mainloop_api*m, pa_signal_event *e, int sig, void *userdata) {
|
||||
fprintf(stderr, "Got signal, exiting\n");
|
||||
|
|
|
|||
|
|
@ -32,11 +32,9 @@
|
|||
#include <stdlib.h>
|
||||
#include <getopt.h>
|
||||
|
||||
#include <polyp/polyplib.h>
|
||||
#include <polyp/error.h>
|
||||
#include <polyp/polypaudio.h>
|
||||
#include <polyp/mainloop.h>
|
||||
#include <polyp/mainloop-signal.h>
|
||||
#include <polyp/version.h>
|
||||
|
||||
#if PA_API_VERSION != 8
|
||||
#error Invalid Polypaudio API version
|
||||
|
|
|
|||
|
|
@ -35,11 +35,9 @@
|
|||
|
||||
#include <sndfile.h>
|
||||
|
||||
#include <polyp/polyplib.h>
|
||||
#include <polyp/error.h>
|
||||
#include <polyp/polypaudio.h>
|
||||
#include <polyp/mainloop.h>
|
||||
#include <polyp/mainloop-signal.h>
|
||||
#include <polyp/sample.h>
|
||||
|
||||
#if PA_API_VERSION != 8
|
||||
#error Invalid Polypaudio API version
|
||||
|
|
|
|||
|
|
@ -34,11 +34,9 @@
|
|||
|
||||
#include <sndfile.h>
|
||||
|
||||
#include <polyp/polyplib.h>
|
||||
#include <polyp/error.h>
|
||||
#include <polyp/polypaudio.h>
|
||||
#include <polyp/mainloop.h>
|
||||
#include <polyp/mainloop-signal.h>
|
||||
#include <polyp/version.h>
|
||||
|
||||
#if PA_API_VERSION != 8
|
||||
#error Invalid Polypaudio API version
|
||||
|
|
|
|||
|
|
@ -35,8 +35,8 @@
|
|||
#include <polypcore/log.h>
|
||||
#include <polypcore/authkey.h>
|
||||
#include <polypcore/native-common.h>
|
||||
#include <polyp/client-conf.h>
|
||||
#include <polypcore/x11prop.h>
|
||||
#include <polyp/client-conf.h>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
const char *dname = NULL, *sink = NULL, *source = NULL, *server = NULL, *cookie_file = PA_NATIVE_COOKIE_FILE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue