Index: src/cpu-profiler.cc |
diff --git a/src/cpu-profiler.cc b/src/cpu-profiler.cc |
index 638f9151384009644cd3ec0689464a3107f3fb0d..ecef2e346cf2084afab0d7eb2cdbdc2a28e768c8 100644 |
--- a/src/cpu-profiler.cc |
+++ b/src/cpu-profiler.cc |
@@ -2,11 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "src/v8.h" |
- |
-#include "src/cpu-profiler-inl.h" |
+#include "src/cpu-profiler.h" |
#include "src/compiler.h" |
+#include "src/cpu-profiler-inl.h" |
#include "src/deoptimizer.h" |
#include "src/frames-inl.h" |
#include "src/hashmap.h" |