summaryrefslogtreecommitdiffstats
path: root/src/modules/x11/module-x11-bell.c
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-06-13 15:04:33 +0200
committerColin Guthrie <colin@mageia.org>2011-06-22 23:12:20 +0100
commitdd9265ac78b56c378bc7ca47920be9d9d93392b7 (patch)
treeafe6f2d056e765c35e27bf856dc0633f5bb3c0c3 /src/modules/x11/module-x11-bell.c
parent9ffa9382dd8627aa12f1cffd67c96a6dacb4420f (diff)
Remove unnecessary #includes
Diffstat (limited to 'src/modules/x11/module-x11-bell.c')
-rw-r--r--src/modules/x11/module-x11-bell.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/x11/module-x11-bell.c b/src/modules/x11/module-x11-bell.c
index ac303c3b..37ab2e78 100644
--- a/src/modules/x11/module-x11-bell.c
+++ b/src/modules/x11/module-x11-bell.c
@@ -25,18 +25,14 @@
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
#include <X11/Xlib.h>
#include <X11/XKBlib.h>
#include <pulse/xmalloc.h>
-#include <pulsecore/iochannel.h>
-#include <pulsecore/sink.h>
#include <pulsecore/core-scache.h>
#include <pulsecore/modargs.h>
-#include <pulsecore/namereg.h>
#include <pulsecore/log.h>
#include <pulsecore/x11wrap.h>