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