Chromium Code Reviews| Index: runtime/bin/directory.cc |
| diff --git a/runtime/bin/directory.cc b/runtime/bin/directory.cc |
| index 3c9fc4d26800e536c3e6b903b7f2682ff3618267..e89ef084fc9494389e06196b9f3202a64b9982a2 100644 |
| --- a/runtime/bin/directory.cc |
| +++ b/runtime/bin/directory.cc |
| @@ -4,8 +4,8 @@ |
| #include "bin/dartutils.h" |
| #include "bin/directory.h" |
|
Ivan Posva
2012/01/13 23:22:06
Should bin/directory.h be first when being include
Søren Gjesse
2012/01/16 08:58:00
Done.
|
| - |
| #include "include/dart_api.h" |
| +#include "platform/assert.h" |
| static intptr_t GetHandlerPort(Dart_Handle handle) { |
| if (Dart_IsNull(handle)) { |