]> code.delx.au - pulseaudio/blobdiff - src/modules/x11/module-x11-xsmp.c
Remove unnecessary #includes
[pulseaudio] / src / modules / x11 / module-x11-xsmp.c
index 28fd373a2bca28593b75b98b14274f2c1bec671c..6a6116ff0c6ffc313b8bc0b1f8a1b19496bdd689 100644 (file)
 #include <pulse/xmalloc.h>
 #include <pulse/util.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/core-util.h>
 #include <pulsecore/x11wrap.h>
 
 #include "module-x11-xsmp-symdef.h"
@@ -129,7 +124,7 @@ int pa__init(pa_module*m) {
     pa_assert(m);
 
     if (ice_in_use) {
-        pa_log("module-x11-xsmp may no be loaded twice.");
+        pa_log("module-x11-xsmp may not be loaded twice.");
         return -1;
     }