X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/56f824f3b6f77b357b144406dac64866d865e8a7..7f24626bd8b952e65394adf5f99bced26251b2ce:/sftp-common.h diff --git a/sftp-common.h b/sftp-common.h index 88c76c17..9b584846 100644 --- a/sftp-common.h +++ b/sftp-common.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp-common.h,v 1.8 2006/03/25 22:22:43 djm Exp $ */ +/* $OpenBSD: sftp-common.h,v 1.10 2006/08/03 03:34:42 deraadt Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. @@ -25,9 +25,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include -#include - /* Maximum packet that we are willing to send/accept */ #define SFTP_MAX_MSG_LENGTH (256 * 1024)