diff options
author | 2019-10-02 00:42:30 +0000 | |
---|---|---|
committer | 2019-10-02 00:42:30 +0000 | |
commit | 33afd2d747ced8842808a716cf6f134929e278df (patch) | |
tree | 8018399fb416f903f80e6f19fa16857560581def /usr.bin/ssh/auth.c | |
parent | Only increment the ps_uvncount counter when a path is successfully added (diff) | |
download | wireguard-openbsd-33afd2d747ced8842808a716cf6f134929e278df.tar.xz wireguard-openbsd-33afd2d747ced8842808a716cf6f134929e278df.zip |
remove some duplicate #includes
Diffstat (limited to 'usr.bin/ssh/auth.c')
-rw-r--r-- | usr.bin/ssh/auth.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth.c b/usr.bin/ssh/auth.c index b25e256260b..3e8fe57c7c2 100644 --- a/usr.bin/ssh/auth.c +++ b/usr.bin/ssh/auth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth.c,v 1.140 2019/09/06 04:53:27 djm Exp $ */ +/* $OpenBSD: auth.c,v 1.141 2019/10/02 00:42:30 djm Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -61,7 +61,6 @@ #endif #include "authfile.h" #include "monitor_wrap.h" -#include "authfile.h" #include "ssherr.h" #include "compat.h" #include "channels.h" |