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:
parent
5e03ad6d87
commit
8325355d73
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user