0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-26 23:01:04 +08:00

Problem: unistd.h redundantly included twice

Solution: fix it
This commit is contained in:
hitstergtd 2016-04-26 16:57:30 +01:00
parent 4b3199fefa
commit 9218441f97
2 changed files with 0 additions and 5 deletions

View File

@ -68,7 +68,6 @@
#else
#include <unistd.h>
#include <netinet/tcp.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#endif

View File

@ -81,10 +81,6 @@ struct iovec {
#include "socket_poller.hpp"
#include "timers.hpp"
#if !defined ZMQ_HAVE_WINDOWS
#include <unistd.h>
#endif
#if defined ZMQ_HAVE_OPENPGM
#define __PGM_WININT_H__
#include <pgm/pgm.h>