diff --git a/winloop/includes/tcp.h b/winloop/includes/tcp.h index 0f97180..95b7f43 100644 --- a/winloop/includes/tcp.h +++ b/winloop/includes/tcp.h @@ -4,7 +4,6 @@ #pragma once #include #include "vendor/include/uv.h" -#include "uv.h" /* based off of and inspired by src/win/tcp.c but with buffers already handled to be very direct... */ @@ -34,4 +33,4 @@ int try_tcp_write(uv_tcp_t* handle, WSABUF bufs){ } } -#endif /* TCP_H_ */ \ No newline at end of file +#endif /* TCP_H_ */