mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
remove duplicated include
The errno.h header is already included for both Linux and Android above
This commit is contained in:
committed by
Nik Bougalis
parent
6ed2270bc9
commit
8124c1f51f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user