Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-05-17 23:36:05 +0300
committerSam Roberts <vieuxtech@gmail.com>2019-05-23 18:51:41 +0300
commit60b315c0646aeb0bf4e40d5a7490e9548b714ce2 (patch)
treead1c3ad21abe54b2a7f721d0bef188682cdf76d8 /src/node_constants.cc
parent2ecef9b5f21d4f30a84d7ca80acf40ea041a8980 (diff)
src: remove env-inl.h from header files
Inline headers should only be included into the .cc files that use them. PR-URL: https://github.com/nodejs/node/pull/27755 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/node_constants.cc')
-rw-r--r--src/node_constants.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_constants.cc b/src/node_constants.cc
index aa2afc59d95..7c9e4ce2761 100644
--- a/src/node_constants.cc
+++ b/src/node_constants.cc
@@ -19,6 +19,7 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
+#include "env-inl.h"
#include "node_constants.h"
#include "node_internals.h"
#include "util-inl.h"