| Index: src/builtins.cc
|
| diff --git a/src/builtins.cc b/src/builtins.cc
|
| index cb1ca555b0a3869a21f4d4a8046b90c118fefadf..5a070c17bad77bedadf39751f38f47379b84744b 100644
|
| --- a/src/builtins.cc
|
| +++ b/src/builtins.cc
|
| @@ -2,19 +2,19 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "v8.h"
|
| -
|
| -#include "api.h"
|
| -#include "arguments.h"
|
| -#include "bootstrapper.h"
|
| -#include "builtins.h"
|
| -#include "cpu-profiler.h"
|
| -#include "gdb-jit.h"
|
| -#include "ic-inl.h"
|
| -#include "heap-profiler.h"
|
| -#include "mark-compact.h"
|
| -#include "stub-cache.h"
|
| -#include "vm-state-inl.h"
|
| +#include "src/v8.h"
|
| +
|
| +#include "src/api.h"
|
| +#include "src/arguments.h"
|
| +#include "src/bootstrapper.h"
|
| +#include "src/builtins.h"
|
| +#include "src/cpu-profiler.h"
|
| +#include "src/gdb-jit.h"
|
| +#include "src/ic-inl.h"
|
| +#include "src/heap-profiler.h"
|
| +#include "src/mark-compact.h"
|
| +#include "src/stub-cache.h"
|
| +#include "src/vm-state-inl.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|