mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Merge pull request #1931 from hitstergtd/unistd-fix
Problem: unistd.h redundantly included twice
This commit is contained in:
commit
6712f6dd01
@ -68,7 +68,6 @@
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user