Skip to content

Commit f71b09f

Browse files
juanarbolBethGriggs
authored andcommitted
src: list used functions on headers
PR-URL: #30827 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 91b72b3 commit f71b09f

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)