Index: src/compiler/live-range-separator.h |
diff --git a/src/compiler/live-range-separator.h b/src/compiler/live-range-separator.h |
index 57bc98235dda6ac082aa940be0921659ef94d445..6e0b941ab1460253e68ddb7771d8320d3e39f0c3 100644 |
--- a/src/compiler/live-range-separator.h |
+++ b/src/compiler/live-range-separator.h |
@@ -5,8 +5,7 @@ |
#ifndef V8_LIVE_RANGE_SEPARATOR_H_ |
#define V8_LIVE_RANGE_SEPARATOR_H_ |
- |
-#include <src/zone.h> |
+#include <src/zone/zone.h> |
marja
2016/09/19 08:05:11
It's weird that this uses the < > style! You could
heimbuef
2016/09/19 10:47:51
Done.
|
namespace v8 { |
namespace internal { |