From ed6294b4bb94f49e03426dc73e60c1792bf16553 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 8 Dec 2015 07:59:17 +0100 Subject: [PATCH] examples: Do not include internal headers in ssh_server_fork Signed-off-by: Andreas Schneider --- examples/ssh_server_fork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ssh_server_fork.c b/examples/ssh_server_fork.c index d90a5084..18320c84 100644 --- a/examples/ssh_server_fork.c +++ b/examples/ssh_server_fork.c @@ -14,9 +14,9 @@ The goal is to show the API in action. #include "config.h" #include -#include #include +#include #ifdef HAVE_ARGP_H #include #endif