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

Unified Diff: runtime/vm/code_descriptors.h

Issue 2827873002: Move runtime functions to the more logical runtime_entry.cc. (Closed)
Patch Set: sort Created 3 years, 8 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 | « runtime/vm/class_finalizer.cc ('k') | runtime/vm/code_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/code_descriptors.h
diff --git a/runtime/vm/code_descriptors.h b/runtime/vm/code_descriptors.h
index 2298dc0166cdfb129458d70cfefdcc18cf637bd6..1648c48b61886de1bf6f1ea60a6be5015b1eef39 100644
--- a/runtime/vm/code_descriptors.h
+++ b/runtime/vm/code_descriptors.h
@@ -6,12 +6,12 @@
#define RUNTIME_VM_CODE_DESCRIPTORS_H_
#include "vm/ast.h"
-#include "vm/code_generator.h"
#include "vm/datastream.h"
#include "vm/globals.h"
#include "vm/growable_array.h"
-#include "vm/object.h"
#include "vm/log.h"
+#include "vm/object.h"
+#include "vm/runtime_entry.h"
namespace dart {
« no previous file with comments | « runtime/vm/class_finalizer.cc ('k') | runtime/vm/code_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698