summaryrefslogtreecommitdiffstats
path: root/ssh-agent.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-02-05 02:25:28 +0100
committerDamien Miller <djm@mindrot.org>2002-02-05 02:25:28 +0100
commit4d4d53f39951373505b0b3be915860e621d18a9e (patch)
tree1f3224fabc83ff7ed9fc27b184f6c6e88ba9a300 /ssh-agent.c
parent - stevesk@cvs.openbsd.org 2002/02/03 23:22:59 (diff)
downloadopenssh-4d4d53f39951373505b0b3be915860e621d18a9e.tar.xz
openssh-4d4d53f39951373505b0b3be915860e621d18a9e.zip
- stevesk@cvs.openbsd.org 2002/02/04 00:53:39
[ssh-agent.c] unneeded includes
Diffstat (limited to 'ssh-agent.c')
-rw-r--r--ssh-agent.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index ce283c8cc..a0bc9cf09 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-agent.c,v 1.79 2002/01/18 18:14:17 stevesk Exp $ */
+/* $OpenBSD: ssh-agent.c,v 1.80 2002/02/04 00:53:39 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -36,7 +36,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh-agent.c,v 1.79 2002/01/18 18:14:17 stevesk Exp $");
+RCSID("$OpenBSD: ssh-agent.c,v 1.80 2002/02/04 00:53:39 stevesk Exp $");
#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H)
#include <sys/queue.h>
@@ -53,13 +53,9 @@ RCSID("$OpenBSD: ssh-agent.c,v 1.79 2002/01/18 18:14:17 stevesk Exp $");
#include "buffer.h"
#include "bufaux.h"
#include "xmalloc.h"
-#include "packet.h"
#include "getput.h"
-#include "mpaux.h"
#include "key.h"
#include "authfd.h"
-#include "cipher.h"
-#include "kex.h"
#include "compat.h"
#include "log.h"