X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Faudit.c;h=4c1496f601c5cf5bffa42e991eb11560712454f5;hb=2eec67acbb00593e414549a7e5b35eb7dd776b1b;hp=4701c0a8de856548d1eb7b8e0d31dd9304636872;hpb=4aab5d0cbd979b2cccb88534f118bceaa86466d8;p=elogind.git diff --git a/src/shared/audit.c b/src/shared/audit.c index 4701c0a8d..4c1496f60 100644 --- a/src/shared/audit.c +++ b/src/shared/audit.c @@ -19,20 +19,13 @@ 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 "fileio.h" -#include "virt.h" int audit_session_from_pid(pid_t pid, uint32_t *id) { _cleanup_free_ char *s = NULL;