Skip to content

Commit 6b65caf

Browse files
juanarbolBridgeAR
authored andcommitted
src: list used functions on headers
PR-URL: #30827 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent e5a4155 commit 6b65caf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/node_platform.cc

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
#include "env-inl.h"
55
#include "debug_utils.h"
6-
#include <algorithm>
7-
#include <cmath>
8-
#include <memory>
6+
#include <algorithm> // find_if(), find(), move()
7+
#include <cmath> // llround()
8+
#include <memory> // unique_ptr(), shared_ptr(), make_shared()
99

1010
namespace node {
1111

0 commit comments

Comments
 (0)