Index: test/unittests/compiler/js-operator-unittest.cc |
diff --git a/test/unittests/compiler/js-operator-unittest.cc b/test/unittests/compiler/js-operator-unittest.cc |
index 828db80c223a2a11e4ba7defc26c4d2134b2f759..7aa0c6447a731db53c7bd4279bafbbfb674ae1b7 100644 |
--- a/test/unittests/compiler/js-operator-unittest.cc |
+++ b/test/unittests/compiler/js-operator-unittest.cc |
@@ -3,7 +3,9 @@ |
// found in the LICENSE file. |
#include "src/compiler/js-operator.h" |
-#include "src/compiler/operator-properties-inl.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 { |