Index: src/compiler/graph.h |
diff --git a/src/compiler/graph.h b/src/compiler/graph.h |
index a694a0b414a578b24b9e0f4f2cc6edb29c8472c6..1d9e85e91d603913eed2dbfb4e4fe6b85fbda072 100644 |
--- a/src/compiler/graph.h |
+++ b/src/compiler/graph.h |
@@ -5,8 +5,8 @@ |
#ifndef V8_COMPILER_GRAPH_H_ |
#define V8_COMPILER_GRAPH_H_ |
-#include "src/zone.h" |
-#include "src/zone-containers.h" |
+#include "src/zone/zone-containers.h" |
+#include "src/zone/zone.h" |
namespace v8 { |
namespace internal { |