Commit 2ef1766f authored by Juergen Kosel's avatar Juergen Kosel

Remove the not needed include of errno.h

Signed-off-by: 's avatarJuergen Kosel <juergen.kosel@softing.com>
parent a5dedc00
...@@ -36,9 +36,6 @@ ...@@ -36,9 +36,6 @@
#include "SSLSocket.h" #include "SSLSocket.h"
#endif #endif
#if !defined(WIN32) && !defined(WIN64)
#include <errno.h>
#endif
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <signal.h> #include <signal.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment