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

Unified Diff: src/type-feedback-vector.h

Issue 1399623004: Remove cycle breaking include from mksnapshot.cc file. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_issue-cr-539273-reland
Patch Set: Created 5 years, 2 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
« no previous file with comments | « src/snapshot/mksnapshot.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/type-feedback-vector.h
diff --git a/src/type-feedback-vector.h b/src/type-feedback-vector.h
index 77895e089f7284ac4d7c15ce7ae61f7cb4a4b793..9aca68f71c1cbc69d36004e82d0f3d2bf4dbb5b5 100644
--- a/src/type-feedback-vector.h
+++ b/src/type-feedback-vector.h
@@ -7,10 +7,8 @@
#include <vector>
-#include "src/checks.h"
+#include "src/base/logging.h"
#include "src/elements-kind.h"
-#include "src/heap/heap.h"
-#include "src/isolate.h"
#include "src/objects.h"
#include "src/zone-containers.h"
« no previous file with comments | « src/snapshot/mksnapshot.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698