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 | |
parent | e543deaeb5c4af128a27ea0a7e858dacefe32305 (diff) |
audit: remove double header inclusion
-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> |