| Index: test/cctest/compiler/test-js-typed-lowering.cc
|
| diff --git a/test/cctest/compiler/test-js-typed-lowering.cc b/test/cctest/compiler/test-js-typed-lowering.cc
|
| index 667ed61d1bd707549ad37ca5edcf4038daee1b44..11a7215e1548b1a38fd413682637dad500eb28dc 100644
|
| --- a/test/cctest/compiler/test-js-typed-lowering.cc
|
| +++ b/test/cctest/compiler/test-js-typed-lowering.cc
|
| @@ -2,14 +2,14 @@
|
| // 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 "test/cctest/cctest.h"
|
| -
|
| #include "src/compiler/graph-inl.h"
|
| +#include "src/compiler/js-graph.h"
|
| #include "src/compiler/js-typed-lowering.h"
|
| +#include "src/compiler/machine-operator.h"
|
| #include "src/compiler/node-properties-inl.h"
|
| #include "src/compiler/opcodes.h"
|
| #include "src/compiler/typer.h"
|
| +#include "test/cctest/cctest.h"
|
|
|
| using namespace v8::internal;
|
| using namespace v8::internal::compiler;
|
|
|