| Index: test/cctest/compiler/test-machine-operator-reducer.cc
|
| diff --git a/test/cctest/compiler/test-machine-operator-reducer.cc b/test/cctest/compiler/test-machine-operator-reducer.cc
|
| index 1732d4b19d3748322d6763894639530d8d6918b7..97b33c883105830749eb1ed72863fc171ef78889 100644
|
| --- a/test/cctest/compiler/test-machine-operator-reducer.cc
|
| +++ b/test/cctest/compiler/test-machine-operator-reducer.cc
|
| @@ -5,14 +5,13 @@
|
| // TODO(jochen): Remove this after the setting is turned on globally.
|
| #define V8_IMMINENT_DEPRECATION_WARNINGS
|
|
|
| -#include "test/cctest/cctest.h"
|
| -
|
| #include "src/base/utils/random-number-generator.h"
|
| #include "src/codegen.h"
|
| #include "src/compiler/js-graph.h"
|
| #include "src/compiler/machine-operator-reducer.h"
|
| #include "src/compiler/operator-properties.h"
|
| #include "src/compiler/typer.h"
|
| +#include "test/cctest/cctest.h"
|
| #include "test/cctest/compiler/value-helper.h"
|
|
|
| using namespace v8::internal;
|
|
|