X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Faudit.c;h=84181d3321fe0e8e92281671b086690defe35d62;hb=81dcadefd3afee8ea2a38090093f735d11d99009;hp=4701c0a8de856548d1eb7b8e0d31dd9304636872;hpb=cfb1f5df7ce6868d3edb7333591b91c9809d64d3;p=elogind.git diff --git a/src/shared/audit.c b/src/shared/audit.c index 4701c0a8d..84181d332 100644 --- a/src/shared/audit.c +++ b/src/shared/audit.c @@ -19,20 +19,14 @@ along with systemd; If not, see . ***/ -#include -#include -#include #include -#include #include -#include #include "macro.h" #include "audit.h" #include "util.h" -#include "log.h" +#include "process-util.h" #include "fileio.h" -#include "virt.h" int audit_session_from_pid(pid_t pid, uint32_t *id) { _cleanup_free_ char *s = NULL;