From 136f4d3b0d7475ae212dcf824c3ff624a97a08ad Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 9 Aug 2010 22:08:43 +0200 Subject: [PATCH] Removed unnecessary headers in samplesshd --- examples/samplesshd.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/examples/samplesshd.c b/examples/samplesshd.c index 95ba6a83..1af866ca 100644 --- a/examples/samplesshd.c +++ b/examples/samplesshd.c @@ -16,7 +16,6 @@ clients must be made or how a client should react. #include #include -#include #ifdef HAVE_ARGP_H #include @@ -34,13 +33,9 @@ clients must be made or how a client should react. #endif #ifdef WITH_PCAP -#include const char *pcap_file="debug.server.pcap"; -#endif - - -#ifdef WITH_PCAP ssh_pcap_file pcap; + void set_pcap(ssh_session session); void set_pcap(ssh_session session){ if(!pcap_file)