Skip to content

Commit c57c5a6

Browse files
committed
format
1 parent 6253599 commit c57c5a6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

bindings/profilers/wall.cc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
* limitations under the License.
1515
*/
1616

17+
#include <nan.h>
18+
#include <node.h>
19+
#include <v8-profiler.h>
1720
#include <cinttypes>
1821
#include <cstdint>
1922
#include <limits>
@@ -22,10 +25,6 @@
2225
#include <type_traits>
2326
#include <vector>
2427

25-
#include <nan.h>
26-
#include <node.h>
27-
#include <v8-profiler.h>
28-
2928
#include "per-isolate-data.hh"
3029
#include "translate-time-profile.hh"
3130
#include "wall.hh"

0 commit comments

Comments
 (0)