From 4f339b54e9cd8a2cb69b41d87832ad8ca3a6b5e2 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Wed, 4 Oct 2017 14:09:49 +0200 Subject: src: remove unused node_dtrace.h from node_win32 This commit removes the inclusion of node_dtrace.h from node_win32_etw_provider.cc. I was not expecting to find it in a windows source file and could not find any usage of it. PR-URL: https://github.com/nodejs/node/pull/15768 Reviewed-By: Ben Noordhuis Reviewed-By: Minwoo Jung Reviewed-By: Luigi Pinca --- src/node_win32_etw_provider.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/node_win32_etw_provider.cc') diff --git a/src/node_win32_etw_provider.cc b/src/node_win32_etw_provider.cc index edb6afd397..8a854767d6 100644 --- a/src/node_win32_etw_provider.cc +++ b/src/node_win32_etw_provider.cc @@ -19,7 +19,6 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. -#include "node_dtrace.h" #include "node_win32_etw_provider.h" #include "node_etw_provider.h" #include "node_win32_etw_provider-inl.h" -- cgit v1.2.3