Skip to content

Commit cc4bb71

Browse files
authored
os: prevent unnecessary dependencies when importing os on windows (#6741)
1 parent cd399b7 commit cc4bb71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vlib/os/os_windows.c.v

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module os
22

33
import strings
44

5-
#flag -lws2_32
6-
#include <winsock2.h>
75
#include <process.h>
86
pub const (
97
path_separator = '\\'

0 commit comments

Comments
 (0)