=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.c,v retrieving revision 1.457 retrieving revision 1.458 diff -u -r1.457 -r1.458 --- src/usr.bin/ssh/ssh.c 2017/04/30 23:18:44 1.457 +++ src/usr.bin/ssh/ssh.c 2017/04/30 23:28:42 1.458 @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.457 2017/04/30 23:18:44 djm Exp $ */ +/* $OpenBSD: ssh.c,v 1.458 2017/04/30 23:28:42 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -71,7 +71,6 @@ #include "xmalloc.h" #include "ssh.h" -#include "ssh1.h" #include "ssh2.h" #include "canohost.h" #include "compat.h"