Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: src/compiler/live-range-separator.h

Issue 2344143003: Moved zones and zone related stuff in its own directory. (Closed)
Patch Set: Moved zones and zone related stuff into it's own folder Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
namespace v8 {
namespace internal {

Powered by Google App Engine
This is Rietveld 408576698