chiark / gitweb /
remove unused includes
[elogind.git] / src / shared / exit-status.c
index b036ded1f48073f0fd8d397f7941d652bbd6e0cc..57022c5b8aebd2b523df640f801683548acad59e 100644 (file)
@@ -20,7 +20,6 @@
 ***/
 
 #include <stdlib.h>
-#include <sys/wait.h>
 
 #include "exit-status.h"
 #include "set.h"
@@ -150,7 +149,7 @@ const char* exit_status_to_string(ExitStatus status, ExitStatusLevel level) {
                         return "MAKE_STARTER";
 
                 case EXIT_BUS_ENDPOINT:
-                        return "EXIT_BUS_ENDPOINT";
+                        return "BUS_ENDPOINT";
                 }
         }