=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/packet.c,v retrieving revision 1.251 retrieving revision 1.252 diff -u -r1.251 -r1.252 --- src/usr.bin/ssh/packet.c 2017/04/30 23:26:16 1.251 +++ src/usr.bin/ssh/packet.c 2017/04/30 23:28:42 1.252 @@ -1,4 +1,4 @@ -/* $OpenBSD: packet.c,v 1.251 2017/04/30 23:26:16 djm Exp $ */ +/* $OpenBSD: packet.c,v 1.252 2017/04/30 23:28:42 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -63,7 +63,6 @@ #include "xmalloc.h" #include "crc32.h" #include "compat.h" -#include "ssh1.h" #include "ssh2.h" #include "cipher.h" #include "sshkey.h"