From 02f9a0fe27a70062631a39971099e13f54d2b588 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Wed, 22 May 2019 12:12:36 -0700 Subject: src: move DiagnosticFilename inlines into a -inl.h DiagnosticFilename's constructor default values use inlines from env-inl.h, causing the many users of node_internals.h to include env-inl.h, even if they never use DiagnosticFilename. PR-URL: https://github.com/nodejs/node/pull/27839 Reviewed-By: Colin Ihrig Reviewed-By: Michael Dawson Reviewed-By: James M Snell Reviewed-By: Rich Trott --- src/node_report_utils.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/node_report_utils.cc') diff --git a/src/node_report_utils.cc b/src/node_report_utils.cc index 2581af06fa..33d7c52b34 100644 --- a/src/node_report_utils.cc +++ b/src/node_report_utils.cc @@ -1,4 +1,3 @@ -#include "env-inl.h" #include "node_internals.h" #include "node_report.h" #include "util-inl.h" -- cgit v1.2.3