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 |