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-options.c | |
parent | 13c508dfed9f25e6e54c984ad00a74ef08539e70 (diff) |
remove duplicate #includes
Prompted by Jakub Jelen
Diffstat (limited to 'auth-options.c')
-rw-r--r-- | auth-options.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auth-options.c b/auth-options.c index 9550f656f..90b0d7f25 100644 --- a/auth-options.c +++ b/auth-options.c | |||
@@ -22,7 +22,6 @@ | |||
22 | #include <stdlib.h> | 22 | #include <stdlib.h> |
23 | #include <netdb.h> | 23 | #include <netdb.h> |
24 | #include <pwd.h> | 24 | #include <pwd.h> |
25 | #include <stdlib.h> | ||
26 | #include <string.h> | 25 | #include <string.h> |
27 | #include <stdio.h> | 26 | #include <stdio.h> |
28 | #include <stdarg.h> | 27 | #include <stdarg.h> |