From b6bfc193788b1838bee73d584fe089e1104b9f88 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Thu, 9 May 2019 12:52:38 -0700 Subject: src: remove util-inl.h from header files Its intended that *-inl.h header files are only included into the src files that call the inline methods. Explicitly include it into the files that need it. PR-URL: https://github.com/nodejs/node/pull/27631 Reviewed-By: Joyee Cheung Reviewed-By: James M Snell Reviewed-By: Rich Trott Reviewed-By: Colin Ihrig --- src/node_file.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/node_file.cc') diff --git a/src/node_file.cc b/src/node_file.cc index 36463c9e6f..4da2a4f53c 100644 --- a/src/node_file.cc +++ b/src/node_file.cc @@ -24,7 +24,7 @@ #include "node_buffer.h" #include "node_process.h" #include "node_stat_watcher.h" -#include "util.h" +#include "util-inl.h" #include "tracing/trace_event.h" -- cgit v1.2.3