Commit 6712f6dd authored by Luca Boccassi's avatar Luca Boccassi

Merge pull request #1931 from hitstergtd/unistd-fix

Problem: unistd.h redundantly included twice
parents 3df0a4f7 9218441f
...@@ -68,7 +68,6 @@ ...@@ -68,7 +68,6 @@
#else #else
#include <unistd.h> #include <unistd.h>
#include <netinet/tcp.h> #include <netinet/tcp.h>
#include <unistd.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>
#endif #endif
......
...@@ -81,10 +81,6 @@ struct iovec { ...@@ -81,10 +81,6 @@ struct iovec {
#include "socket_poller.hpp" #include "socket_poller.hpp"
#include "timers.hpp" #include "timers.hpp"
#if !defined ZMQ_HAVE_WINDOWS
#include <unistd.h>
#endif
#if defined ZMQ_HAVE_OPENPGM #if defined ZMQ_HAVE_OPENPGM
#define __PGM_WININT_H__ #define __PGM_WININT_H__
#include <pgm/pgm.h> #include <pgm/pgm.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