diff options
author | Damien Miller <djm@mindrot.org> | 2019-10-02 02:54:28 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-10-02 02:54:28 +0200 |
commit | edd1d3a6261aecbf9a55944fd7be1db83571b46e (patch) | |
tree | bebd81104eda00c6b432ecb50122fb007338fc1b /auth2.c | |
parent | typo in comment (diff) | |
download | openssh-edd1d3a6261aecbf9a55944fd7be1db83571b46e.tar.xz openssh-edd1d3a6261aecbf9a55944fd7be1db83571b46e.zip |
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 @@ #include "auth.h" #include "dispatch.h" #include "pathnames.h" -#include "sshbuf.h" #include "ssherr.h" - #ifdef GSSAPI #include "ssh-gss.h" #endif #include "monitor_wrap.h" -#include "ssherr.h" #include "digest.h" /* import */ |