aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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