| Index: src/runtime-profiler.cc
|
| diff --git a/src/runtime-profiler.cc b/src/runtime-profiler.cc
|
| index 69229871ea670d59aec48937ded98abfea1e131b..dddcad060ded5f24807b474fe7407dc14ddcafee 100644
|
| --- a/src/runtime-profiler.cc
|
| +++ b/src/runtime-profiler.cc
|
| @@ -2,21 +2,21 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "v8.h"
|
| -
|
| -#include "runtime-profiler.h"
|
| -
|
| -#include "assembler.h"
|
| -#include "bootstrapper.h"
|
| -#include "code-stubs.h"
|
| -#include "compilation-cache.h"
|
| -#include "execution.h"
|
| -#include "full-codegen.h"
|
| -#include "global-handles.h"
|
| -#include "isolate-inl.h"
|
| -#include "mark-compact.h"
|
| -#include "platform.h"
|
| -#include "scopeinfo.h"
|
| +#include "src/v8.h"
|
| +
|
| +#include "src/runtime-profiler.h"
|
| +
|
| +#include "src/assembler.h"
|
| +#include "src/bootstrapper.h"
|
| +#include "src/code-stubs.h"
|
| +#include "src/compilation-cache.h"
|
| +#include "src/execution.h"
|
| +#include "src/full-codegen.h"
|
| +#include "src/global-handles.h"
|
| +#include "src/isolate-inl.h"
|
| +#include "src/mark-compact.h"
|
| +#include "src/platform.h"
|
| +#include "src/scopeinfo.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|