mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
intended-roles: drop quite a few unnecessary includes
This commit is contained in:
parent
ef85558abd
commit
5b78752a04
1 changed files with 1 additions and 12 deletions
|
|
@ -23,14 +23,6 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <errno.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <ctype.h>
|
|
||||||
|
|
||||||
#include <pulse/xmalloc.h>
|
#include <pulse/xmalloc.h>
|
||||||
#include <pulse/volume.h>
|
#include <pulse/volume.h>
|
||||||
#include <pulse/timeval.h>
|
#include <pulse/timeval.h>
|
||||||
|
|
@ -45,10 +37,6 @@
|
||||||
#include <pulsecore/sink-input.h>
|
#include <pulsecore/sink-input.h>
|
||||||
#include <pulsecore/source-output.h>
|
#include <pulsecore/source-output.h>
|
||||||
#include <pulsecore/namereg.h>
|
#include <pulsecore/namereg.h>
|
||||||
#include <pulsecore/protocol-native.h>
|
|
||||||
#include <pulsecore/pstream.h>
|
|
||||||
#include <pulsecore/pstream-util.h>
|
|
||||||
#include <pulsecore/database.h>
|
|
||||||
|
|
||||||
#include "module-intended-roles-symdef.h"
|
#include "module-intended-roles-symdef.h"
|
||||||
|
|
||||||
|
|
@ -69,6 +57,7 @@ static const char* const valid_modargs[] = {
|
||||||
struct userdata {
|
struct userdata {
|
||||||
pa_core *core;
|
pa_core *core;
|
||||||
pa_module *module;
|
pa_module *module;
|
||||||
|
|
||||||
pa_hook_slot
|
pa_hook_slot
|
||||||
*sink_input_new_hook_slot,
|
*sink_input_new_hook_slot,
|
||||||
*source_output_new_hook_slot,
|
*source_output_new_hook_slot,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue