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

Unified Diff: runtime/vm/disassembler_x64.cc

Issue 9209001: Move utils.h and utils.cc from runtime/vm to runtime/platform (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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: runtime/vm/disassembler_x64.cc
diff --git a/runtime/vm/disassembler_x64.cc b/runtime/vm/disassembler_x64.cc
index 3a1f95bf8d572a8a850a578e7203f493fbe78b61..23afd52654612061b6cf78f49b877cd86a41f8ee 100644
--- a/runtime/vm/disassembler_x64.cc
+++ b/runtime/vm/disassembler_x64.cc
@@ -10,7 +10,7 @@
#endif
#include "platform/assert.h"
Ivan Posva 2012/01/13 23:51:01 ditto. Please move back inside, missed this in the
Søren Gjesse 2012/01/16 10:53:00 Done.
-#include "vm/globals.h" // Needed here to get TARGET_ARCH_X64.
+#include "platform/globals.h" // Needed here to get TARGET_ARCH_X64.
#if defined(TARGET_ARCH_X64)
#include "vm/disassembler.h"

Powered by Google App Engine
This is Rietveld 408576698