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

Unified Diff: runtime/bin/builtin.h

Issue 9114008: Introduce runtime/platform directory for code shared between vm (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 years, 12 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 | « no previous file | runtime/bin/dartutils.h » ('j') | runtime/bin/dartutils.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/builtin.h
diff --git a/runtime/bin/builtin.h b/runtime/bin/builtin.h
index 5af5eb4ddfaa4bc9ab0e084162cc4bed5d96d56a..d321f6eebf6eb59de87449528d0b295ebc9ccd9b 100644
--- a/runtime/bin/builtin.h
+++ b/runtime/bin/builtin.h
@@ -8,9 +8,10 @@
#include <stdio.h>
#include <stdlib.h>
-#include "bin/globals.h"
#include "include/dart_api.h"
Ivan Posva 2012/01/07 00:26:46 Why the extra line?
Mads Ager (google) 2012/01/07 08:24:32 I guess I found that easier to read. I'll remove t
+#include "platform/globals.h"
+
#ifdef DEBUG
#define ASSERT(expr) assert(expr)
#else
« no previous file with comments | « no previous file | runtime/bin/dartutils.h » ('j') | runtime/bin/dartutils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698