From 3f4caec1d1e6f2c75d2339db21920dc349986682 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Thu, 24 May 2018 16:27:03 +0200 Subject: src: re-integrate headers into node.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Alternative to https://github.com/nodejs/node/pull/20938 (clean revert) and https://github.com/nodejs/node/pull/20925 (adding the headers to the release tarball). The changes to `src/node.h` are a clean revert in the same ways as https://github.com/nodejs/node/pull/20938 does it, the difference being that the new `.cc` files are kept here. This has the advantage of not being another large diff that other PRs will have to rebase against, especially since the split into `callback_scope.cc` and `exceptions.cc` is something that we want to keep in the long run. This essentialy implements bnoordhuis’s suggestion from https://github.com/nodejs/node/pull/20925. PR-URL: https://github.com/nodejs/node/pull/20939 Reviewed-By: Richard Lau Reviewed-By: James M Snell Reviewed-By: Colin Ihrig Reviewed-By: Ben Noordhuis Reviewed-By: Refael Ackermann --- src/exceptions.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/exceptions.cc') diff --git a/src/exceptions.cc b/src/exceptions.cc index 3068483bdf..1bcc7651a2 100644 --- a/src/exceptions.cc +++ b/src/exceptions.cc @@ -2,7 +2,6 @@ #include "node_internals.h" #include "env.h" #include "env-inl.h" -#include "exceptions.h" #include "util.h" #include "util-inl.h" #include "v8.h" -- cgit v1.2.1