diff options
Diffstat (limited to 'sftp.c')
-rw-r--r-- | sftp.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sftp.c,v 1.83 2006/07/08 21:47:12 stevesk Exp $ */ | 1 | /* $OpenBSD: sftp.c,v 1.84 2006/07/10 16:01:57 stevesk Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> | 3 | * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> |
4 | * | 4 | * |
@@ -35,7 +35,6 @@ typedef void EditLine; | |||
35 | #endif | 35 | #endif |
36 | #include <signal.h> | 36 | #include <signal.h> |
37 | 37 | ||
38 | #include "buffer.h" | ||
39 | #include "xmalloc.h" | 38 | #include "xmalloc.h" |
40 | #include "log.h" | 39 | #include "log.h" |
41 | #include "pathnames.h" | 40 | #include "pathnames.h" |