Skip to content

Commit 1b9cdc9

Browse files
committed
net: drop win32 ifdef
1 parent 19ba499 commit 1b9cdc9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/net.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,9 @@
3737
#include <util/translation.h>
3838
#include <util/vector.h>
3939

40-
#ifdef WIN32
41-
#include <string.h>
42-
#endif
43-
4440
#include <algorithm>
4541
#include <array>
42+
#include <cstring>
4643
#include <cmath>
4744
#include <cstdint>
4845
#include <functional>

0 commit comments

Comments
 (0)