remove duplicated include

The errno.h header is already included for both Linux and Android above
This commit is contained in:
MarkusTeufelberger
2018-10-20 09:56:50 +02:00
committed by Nik Bougalis
parent 6ed2270bc9
commit 8124c1f51f

View File

@@ -272,7 +272,6 @@
#if BEAST_LINUX || BEAST_ANDROID
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/errno.h>
#include <unistd.h>
#include <netinet/in.h>
#endif