| 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 871189ad79fc55b8d0cdf3803ac2fe9fc620c51f..45ca9cb230b09d2c817e0ad1e488eb43c39297d2 100644
|
| --- a/test/unittests/compiler/simplified-operator-unittest.cc
|
| +++ b/test/unittests/compiler/simplified-operator-unittest.cc
|
| @@ -6,7 +6,7 @@
|
| #include "src/compiler/operator.h"
|
| #include "src/compiler/operator-properties.h"
|
| #include "src/compiler/simplified-operator.h"
|
| -#include "src/types-inl.h"
|
| +#include "src/types.h"
|
| #include "test/unittests/test-utils.h"
|
|
|
| namespace v8 {
|
|
|