| Index: src/optimizing-compile-dispatcher.cc
|
| diff --git a/src/optimizing-compile-dispatcher.cc b/src/optimizing-compile-dispatcher.cc
|
| index 1f98e7bc9539db27b4694c873c74a4ed571c5863..8e3e96ad00007c02d97ccea37a1c69a1f6bfb351 100644
|
| --- a/src/optimizing-compile-dispatcher.cc
|
| +++ b/src/optimizing-compile-dispatcher.cc
|
| @@ -4,12 +4,11 @@
|
|
|
| #include "src/optimizing-compile-dispatcher.h"
|
|
|
| -#include "src/v8.h"
|
| -
|
| #include "src/base/atomicops.h"
|
| #include "src/full-codegen/full-codegen.h"
|
| #include "src/hydrogen.h"
|
| #include "src/isolate.h"
|
| +#include "src/v8.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|