summaryrefslogtreecommitdiff
path: root/src/node_crypto_bio.cc
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-03-28 13:26:34 -0700
committerSam Roberts <vieuxtech@gmail.com>2019-04-01 20:10:46 -0700
commitdada2eba937cc88b323f5251b8e4cccbacee6d5b (patch)
treef626721ca4a3afc622ea779c52464bf6f0430070 /src/node_crypto_bio.cc
parent7bf517158e9563029edbe8fe7c8f9a92d29cc461 (diff)
downloadandroid-node-v8-dada2eba937cc88b323f5251b8e4cccbacee6d5b.tar.gz
android-node-v8-dada2eba937cc88b323f5251b8e4cccbacee6d5b.tar.bz2
android-node-v8-dada2eba937cc88b323f5251b8e4cccbacee6d5b.zip
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 <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'src/node_crypto_bio.cc')
-rw-r--r--src/node_crypto_bio.cc1
1 files changed, 1 insertions, 0 deletions
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"