| Index: test/unittests/compiler/simplified-operator-unittest.cc
|
| diff --git a/test/unittests/compiler/simplified-operator-unittest.cc b/test/unittests/compiler/simplified-operator-unittest.cc
|
| index febd76a528281d101bf6fbfefa7bbf15d9c38ee5..23d42c778f0282e9d09ca149d6e3ccd72a0b5525 100644
|
| --- a/test/unittests/compiler/simplified-operator-unittest.cc
|
| +++ b/test/unittests/compiler/simplified-operator-unittest.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "src/compiler/simplified-operator.h"
|
| #include "src/compiler/opcodes.h"
|
| -#include "src/compiler/operator.h"
|
| #include "src/compiler/operator-properties.h"
|
| -#include "src/compiler/simplified-operator.h"
|
| -#include "src/types.h"
|
| +#include "src/compiler/operator.h"
|
| +#include "src/compiler/types.h"
|
| #include "test/unittests/test-utils.h"
|
|
|
| namespace v8 {
|
|
|