From dada2eba937cc88b323f5251b8e4cccbacee6d5b Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Thu, 28 Mar 2019 13:26:34 -0700 Subject: src: remove internal includes from node_crypto.h Remove headers used by node_crypto.cc that were included in node_crypto.h. The header file should only include what it uses itself. PR-URL: https://github.com/nodejs/node/pull/26966 Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: Ruben Bridgewater Reviewed-By: Richard Lau Reviewed-By: Ben Noordhuis --- src/node_crypto_bio.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/node_crypto_bio.cc') diff --git a/src/node_crypto_bio.cc b/src/node_crypto_bio.cc index 2a3ed936f8..fcbe30ca9c 100644 --- a/src/node_crypto_bio.cc +++ b/src/node_crypto_bio.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 "base_object-inl.h" #include "node_crypto_bio.h" #include "openssl/bio.h" #include "util-inl.h" -- cgit v1.2.3