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 /auth2.c | |
parent | 13c508dfed9f25e6e54c984ad00a74ef08539e70 (diff) |
remove duplicate #includes
Prompted by Jakub Jelen
Diffstat (limited to 'auth2.c')
-rw-r--r-- | auth2.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -52,14 +52,11 @@ | |||
52 | #include "auth.h" | 52 | #include "auth.h" |
53 | #include "dispatch.h" | 53 | #include "dispatch.h" |
54 | #include "pathnames.h" | 54 | #include "pathnames.h" |
55 | #include "sshbuf.h" | ||
56 | #include "ssherr.h" | 55 | #include "ssherr.h" |
57 | |||
58 | #ifdef GSSAPI | 56 | #ifdef GSSAPI |
59 | #include "ssh-gss.h" | 57 | #include "ssh-gss.h" |
60 | #endif | 58 | #endif |
61 | #include "monitor_wrap.h" | 59 | #include "monitor_wrap.h" |
62 | #include "ssherr.h" | ||
63 | #include "digest.h" | 60 | #include "digest.h" |
64 | 61 | ||
65 | /* import */ | 62 | /* import */ |