]> code.delx.au - pulseaudio/commitdiff
intended-roles: drop quite a few unnecessary includes
authorLennart Poettering <lennart@poettering.net>
Tue, 23 Jun 2009 14:09:32 +0000 (16:09 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 23 Jun 2009 14:09:32 +0000 (16:09 +0200)
src/modules/module-intended-roles.c

index eca67c8fcf348cf3ceda3d9774745490e10ea6cb..c697209a8dde747bc16f8eaa6b51457c655ffda0 100644 (file)
 #include <config.h>
 #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/volume.h>
 #include <pulse/timeval.h>
 #include <pulsecore/sink-input.h>
 #include <pulsecore/source-output.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"
 
@@ -69,6 +57,7 @@ static const char* const valid_modargs[] = {
 struct userdata {
     pa_core *core;
     pa_module *module;
+
     pa_hook_slot
         *sink_input_new_hook_slot,
         *source_output_new_hook_slot,