0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-27 15:41:05 +08:00

Problem: test_stream_exceeds_buffer has redundant includes

Solution: remove them as they are already in testutil.hpp
This commit is contained in:
Luca Boccassi 2016-12-06 20:09:13 +00:00
parent 5e03ad6d87
commit 8325355d73

View File

@ -34,15 +34,8 @@
# include <ws2tcpip.h>
# include <stdexcept>
# define close closesocket
#else
# include <sys/socket.h>
# include <netinet/in.h>
# include <arpa/inet.h>
# include <unistd.h>
#endif
#include <zmq.h>
int main()
{
const int msgsize = 8193;