Skip to content

Commit

Permalink
Remove unused import (#10571)
Browse files Browse the repository at this point in the history
  • Loading branch information
0-v-0 authored Dec 7, 2024
1 parent 9e7d2f3 commit 1763d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/c/curl.d
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ alias curl_socket_t = socket_t;
/// jdrewsen - Would like to get socket error constant from std.socket by it is private atm.
version (Windows)
{
import core.sys.windows.windows, core.sys.windows.winsock2;
import core.sys.windows.winsock2;
enum CURL_SOCKET_BAD = SOCKET_ERROR;
}
version (Posix) enum CURL_SOCKET_BAD = -1;
Expand Down

0 comments on commit 1763d5e

Please sign in to comment.