From a515e593f397cd60c9f52c4365cba29a85ce232e Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Tue, 14 Nov 2017 13:34:52 +0100 Subject: src: rename base-object -> base_object This commit renames base-object to base_object for consitency with other c++ source files. PR-URL: https://github.com/nodejs/node/pull/17022 Reviewed-By: James M Snell Reviewed-By: Refael Ackermann Reviewed-By: Anatoli Papirovski --- src/node_crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/node_crypto.h') diff --git a/src/node_crypto.h b/src/node_crypto.h index 4034afab6f..836144bf8b 100644 --- a/src/node_crypto.h +++ b/src/node_crypto.h @@ -32,7 +32,7 @@ #include "env.h" #include "async_wrap-inl.h" -#include "base-object-inl.h" +#include "base_object-inl.h" #include "v8.h" -- cgit v1.2.3