summaryrefslogtreecommitdiffstats
path: root/auth.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2019-10-02 00:42:30 +0000
committerDamien Miller <djm@mindrot.org>2019-10-02 10:43:47 +1000
commitd0c3ac427f6c52b872d6617421421dd791664445 (patch)
tree4f2236f676e01ea17cea889e13798c3078e4182d /auth.c
parent084682786d9275552ee93857cb36e43c446ce92c (diff)
upstream: remove some duplicate #includes
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/auth.c b/auth.c
index 61fb1feb..ca450f4e 100644
--- a/auth.c
+++ b/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.
*
@@ -73,7 +73,6 @@
#endif
#include "authfile.h"
#include "monitor_wrap.h"
-#include "authfile.h"
#include "ssherr.h"
#include "compat.h"
#include "channels.h"