aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-01-23 21:48:41 +0100
committerAndreas Schneider <asn@cryptomilk.org>2011-01-24 13:55:05 +0100
commit8a9ce6239ae3588c4a823e7e1b7fe2b185434811 (patch)
tree426649506089022750151fe29f33d3961039e859
parentf3685f0f731434d8c94454fc12cebe1b5a0bdbb1 (diff)
downloadlibssh-8a9ce6239ae3588c4a823e7e1b7fe2b185434811.tar.gz
libssh-8a9ce6239ae3588c4a823e7e1b7fe2b185434811.tar.xz
libssh-8a9ce6239ae3588c4a823e7e1b7fe2b185434811.zip
examples: Remove unused header file.
-rw-r--r--examples/authentication.c1
-rw-r--r--examples/knownhosts.c1
-rw-r--r--examples/samplesshd.c2
3 files changed, 1 insertions, 3 deletions
diff --git a/examples/authentication.c b/examples/authentication.c
index 66efce2..0f23632 100644
--- a/examples/authentication.c
+++ b/examples/authentication.c
@@ -18,7 +18,6 @@ clients must be made or how a client should react.
*/
#include <stdio.h>
-#include <unistd.h>
#include <stdlib.h>
#include <string.h>
diff --git a/examples/knownhosts.c b/examples/knownhosts.c
index f4160dd..53d7562 100644
--- a/examples/knownhosts.c
+++ b/examples/knownhosts.c
@@ -20,7 +20,6 @@ clients must be made or how a client should react.
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
-#include <unistd.h>
#include <string.h>
#include <libssh/libssh.h>
diff --git a/examples/samplesshd.c b/examples/samplesshd.c
index f192ef8..7ce5d1e 100644
--- a/examples/samplesshd.c
+++ b/examples/samplesshd.c
@@ -23,7 +23,7 @@ clients must be made or how a client should react.
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
-#include <unistd.h>
+
#ifndef KEYS_FOLDER
#ifdef _WIN32
#define KEYS_FOLDER