Skip to content

Commit c73e643

Browse files
authored
Drop include bug
1 parent 518a07e commit c73e643

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

winloop/includes/tcp.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#pragma once
55
#include <windef.h>
66
#include "vendor/include/uv.h"
7-
#include "uv.h"
87

98
/* based off of and inspired by src/win/tcp.c
109
but with buffers already handled to be very direct... */
@@ -34,4 +33,4 @@ int try_tcp_write(uv_tcp_t* handle, WSABUF bufs){
3433
}
3534
}
3635

37-
#endif /* TCP_H_ */
36+
#endif /* TCP_H_ */

0 commit comments

Comments
 (0)