From 8137668c531935c58347cd8e78147d3a9d3cc339 Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Sun, 17 Feb 2019 10:53:47 +0800 Subject: src: apply clang-tidy rule modernize-deprecated-headers PR-URL: https://github.com/nodejs/node/pull/26159 Reviewed-By: Daniel Bevenius Reviewed-By: James M Snell --- src/node_crypto_bio.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/node_crypto_bio.cc') diff --git a/src/node_crypto_bio.cc b/src/node_crypto_bio.cc index baa90204f2..31165b7c98 100644 --- a/src/node_crypto_bio.cc +++ b/src/node_crypto_bio.cc @@ -22,8 +22,8 @@ #include "node_crypto_bio.h" #include "openssl/bio.h" #include "util-inl.h" -#include -#include +#include +#include namespace node { namespace crypto { -- cgit v1.2.3