Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: remove unnecessary include
  • Loading branch information
KevinEady committed Oct 30, 2019
commit 4b3d13435671b55d3c4f981446cf12bd72efa37a
1 change: 0 additions & 1 deletion test/threadsafe_function/threadsafe_function_sum.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "napi.h"
#include <thread>
#include <cstdlib>
#include <future>

#if (NAPI_VERSION > 3)

Expand Down