diff options
author | 2022-07-04 16:47:34 -0700 | |
---|---|---|
committer | 2022-07-04 16:47:34 -0700 | |
commit | 7d3459f53d095b46b327a1725600f59e5a36934c (patch) | |
tree | 1cfc235d02a978d3568a0c0d782b98622e222ff7 /src | |
parent | cf4c9912c3c1800efdc0427221b654de6f41265f (diff) | |
download | bun-7d3459f53d095b46b327a1725600f59e5a36934c.tar.gz bun-7d3459f53d095b46b327a1725600f59e5a36934c.tar.zst bun-7d3459f53d095b46b327a1725600f59e5a36934c.zip |
[internal] Fix duplicate symbol issue
Diffstat (limited to 'src')
-rw-r--r-- | src/deps/libuwsockets.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/deps/libuwsockets.cpp b/src/deps/libuwsockets.cpp index a3ac0d2f7..ae272de8c 100644 --- a/src/deps/libuwsockets.cpp +++ b/src/deps/libuwsockets.cpp @@ -1,6 +1,3 @@ - -#include <mimalloc-new-delete.h> - #include "_libusockets.h" #include <uws/src/App.h> |