diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-11 17:55:54 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-11 17:55:54 +0200 |
commit | 19b68260aa39abceedddbb4f602ba2f90007521c (patch) | |
tree | 453535c214bbe280fa9b127ba2a5864cd4b0b29c /src/update-utmp.c | |
parent | audit: initialize audit only if it is enabled (diff) | |
download | systemd-19b68260aa39abceedddbb4f602ba2f90007521c.tar.xz systemd-19b68260aa39abceedddbb4f602ba2f90007521c.zip |
audit: remove double header inclusion
Diffstat (limited to 'src/update-utmp.c')
-rw-r--r-- | src/update-utmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/update-utmp.c b/src/update-utmp.c index d0236867a7..43495ccb89 100644 --- a/src/update-utmp.c +++ b/src/update-utmp.c @@ -22,7 +22,6 @@ #include <assert.h> #include <errno.h> #include <string.h> -#include <libaudit.h> #include <sys/types.h> #include <unistd.h> |