summaryrefslogtreecommitdiff
path: root/src/node_crypto.h
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2017-10-27 16:10:02 +0800
committerJoyee Cheung <joyeec9h3@gmail.com>2017-10-30 18:56:38 +0800
commitcdb263d3baebfe366fb817c6ae14202f8832c04d (patch)
treef91d23b502c190c2aa2d2ade7a60e392051d0948 /src/node_crypto.h
parent23a3911cb107b0170c0ba803df574007c14ea72c (diff)
downloadandroid-node-v8-cdb263d3baebfe366fb817c6ae14202f8832c04d.tar.gz
android-node-v8-cdb263d3baebfe366fb817c6ae14202f8832c04d.tar.bz2
android-node-v8-cdb263d3baebfe366fb817c6ae14202f8832c04d.zip
src: do not include x.h if x-inl.h is included
PR-URL: https://github.com/nodejs/node/pull/16548 Fixes: https://github.com/nodejs/node/issues/16519 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'src/node_crypto.h')
-rw-r--r--src/node_crypto.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/node_crypto.h b/src/node_crypto.h
index 3abfe973a7..a155411aa8 100644
--- a/src/node_crypto.h
+++ b/src/node_crypto.h
@@ -25,15 +25,13 @@
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
#include "node.h"
-#include "node_crypto_clienthello.h" // ClientHelloParser
+// ClientHelloParser
#include "node_crypto_clienthello-inl.h"
#include "node_buffer.h"
#include "env.h"
-#include "async-wrap.h"
#include "async-wrap-inl.h"
-#include "base-object.h"
#include "base-object-inl.h"
#include "v8.h"