From 16863ce77a0d8df01e155d852fe6709b19eb29bb Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Wed, 4 Oct 2017 14:09:49 +0200 Subject: [PATCH] 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. --- src/node_win32_etw_provider.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node_win32_etw_provider.cc b/src/node_win32_etw_provider.cc index edb6afd3975596..8a854767d6aed8 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"