summaryrefslogtreecommitdiff
path: root/src/node_win32_etw_provider.cc
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2017-10-04 14:09:49 +0200
committerDaniel Bevenius <daniel.bevenius@gmail.com>2017-10-06 05:57:29 +0200
commit4f339b54e9cd8a2cb69b41d87832ad8ca3a6b5e2 (patch)
tree6247a4bf92f3118db6379d43714d6d57a20e9cdc /src/node_win32_etw_provider.cc
parent0c49038f88086dd4ad79e471aa730d3891acc443 (diff)
downloadandroid-node-v8-4f339b54e9cd8a2cb69b41d87832ad8ca3a6b5e2.tar.gz
android-node-v8-4f339b54e9cd8a2cb69b41d87832ad8ca3a6b5e2.tar.bz2
android-node-v8-4f339b54e9cd8a2cb69b41d87832ad8ca3a6b5e2.zip
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 <info@bnoordhuis.nl> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'src/node_win32_etw_provider.cc')
-rw-r--r--src/node_win32_etw_provider.cc1
1 files changed, 0 insertions, 1 deletions
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"