diff options
author | Damien Miller <djm@mindrot.org> | 2019-10-02 10:54:28 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-10-02 10:54:28 +1000 |
commit | edd1d3a6261aecbf9a55944fd7be1db83571b46e (patch) | |
tree | bebd81104eda00c6b432ecb50122fb007338fc1b /auth-bsdauth.c | |
parent | 13c508dfed9f25e6e54c984ad00a74ef08539e70 (diff) |
remove duplicate #includes
Prompted by Jakub Jelen
Diffstat (limited to 'auth-bsdauth.c')
-rw-r--r-- | auth-bsdauth.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/auth-bsdauth.c b/auth-bsdauth.c index 4dc5045c2..d124e994e 100644 --- a/auth-bsdauth.c +++ b/auth-bsdauth.c | |||
@@ -29,8 +29,6 @@ | |||
29 | #include <stdarg.h> | 29 | #include <stdarg.h> |
30 | #include <stdio.h> | 30 | #include <stdio.h> |
31 | 31 | ||
32 | #include <stdarg.h> | ||
33 | |||
34 | #ifdef BSD_AUTH | 32 | #ifdef BSD_AUTH |
35 | #include "xmalloc.h" | 33 | #include "xmalloc.h" |
36 | #include "sshkey.h" | 34 | #include "sshkey.h" |