Commit 8325355d authored by Luca Boccassi's avatar Luca Boccassi

Problem: test_stream_exceeds_buffer has redundant includes

Solution: remove them as they are already in testutil.hpp
parent 5e03ad6d
......@@ -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;
......
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