Skip to content

Commit

Permalink
src: list used functions on headers
Browse files Browse the repository at this point in the history
  • Loading branch information
juanarbol committed Dec 17, 2019
1 parent e85471d commit 9114104
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/node_platform.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

#include "env-inl.h"
#include "debug_utils.h"
#include <algorithm>
#include <cmath>
#include <memory>
#include <algorithm> // find_if(), find(), move()
#include <cmath> // llround()
#include <memory> // unique_ptr(), shared_ptr(), make_shared()

namespace node {

Expand Down

0 comments on commit 9114104

Please sign in to comment.