]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/pid.c
Remove unnecessary #includes
[pulseaudio] / src / pulsecore / pid.c
index 213e798383d05cd90ea44ca604c5975afa653ed0..50968deace70d664ed62e1ed6c975bf13f052ef6 100644 (file)
@@ -40,7 +40,6 @@
 #endif
 
 #include <pulse/xmalloc.h>
-#include <pulse/util.h>
 
 #include <pulsecore/core-error.h>
 #include <pulsecore/core-util.h>
@@ -218,7 +217,7 @@ int pa_pid_file_create(const char *procname) {
             if (procname)
                 if ((ours = proc_name_ours(pid, procname)) < 0) {
                     pa_log_warn("Could not check to see if pid %lu is a pulseaudio process. "
-                                "Asssuming it is and the daemon is already running.", (unsigned long) pid);
+                                "Assuming it is and the daemon is already running.", (unsigned long) pid);
                     goto fail;
                 }