| Index: runtime/bin/dartutils.h
|
| diff --git a/runtime/bin/dartutils.h b/runtime/bin/dartutils.h
|
| index adc7d3f18fe6bffc75a7cf5dfd7dfac76412b6b2..f9a6d503f33a5e5f9962425140b6a7d51b5e2655 100644
|
| --- a/runtime/bin/dartutils.h
|
| +++ b/runtime/bin/dartutils.h
|
| @@ -5,14 +5,12 @@
|
| #ifndef BIN_DARTUTILS_H_
|
| #define BIN_DARTUTILS_H_
|
|
|
| +#include "bin/isolate_data.h"
|
| #include "include/dart_api.h"
|
| #include "include/dart_native_api.h"
|
| -
|
| #include "platform/assert.h"
|
| #include "platform/globals.h"
|
|
|
| -#include "bin/isolate_data.h"
|
| -
|
| namespace dart {
|
| namespace bin {
|
|
|
|
|