1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-31 00:03:07 +03:00

examples: Remove unused header file.

This commit is contained in:
Andreas Schneider
2011-01-23 21:48:41 +01:00
parent f3685f0f73
commit 8a9ce6239a
3 changed files with 1 additions and 3 deletions

View File

@ -18,7 +18,6 @@ clients must be made or how a client should react.
*/ */
#include <stdio.h> #include <stdio.h>
#include <unistd.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -20,7 +20,6 @@ clients must be made or how a client should react.
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h>
#include <string.h> #include <string.h>
#include <libssh/libssh.h> #include <libssh/libssh.h>

View File

@ -23,7 +23,7 @@ clients must be made or how a client should react.
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#include <unistd.h>
#ifndef KEYS_FOLDER #ifndef KEYS_FOLDER
#ifdef _WIN32 #ifdef _WIN32
#define KEYS_FOLDER #define KEYS_FOLDER