chiark / gitweb /
remove unused includes
[elogind.git] / src / libsystemd / sd-bus / bus-dump.c
index e27d8027de09ce100be4b563ee1e17f93e7c6bd8..4bc896549a464eded5e0035baa5f3d94b34aff8c 100644 (file)
@@ -22,7 +22,6 @@
 #include "util.h"
 #include "capability.h"
 #include "strv.h"
-#include "audit.h"
 #include "macro.h"
 #include "cap-list.h"
 
@@ -354,7 +353,7 @@ int bus_creds_dump(sd_bus_creds *c, FILE *f, bool terse) {
                 color = ansi_highlight();
 
                 off = ansi_highlight_off();
-                suffix = strappenda(off, "\n");
+                suffix = strjoina(off, "\n");
         }
 
         if (c->mask & SD_BUS_CREDS_PID)