diff options
Diffstat (limited to 'usr.bin/ssh/dns.c')
-rw-r--r-- | usr.bin/ssh/dns.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/dns.c b/usr.bin/ssh/dns.c index 008fc596fb1..e2505d9ca82 100644 --- a/usr.bin/ssh/dns.c +++ b/usr.bin/ssh/dns.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dns.c,v 1.22 2006/08/01 23:22:47 stevesk Exp $ */ +/* $OpenBSD: dns.c,v 1.23 2006/08/03 03:34:42 deraadt Exp $ */ /* * Copyright (c) 2003 Wesley Griffin. All rights reserved. @@ -25,8 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "includes.h" - #include <sys/types.h> #include <sys/socket.h> |