Chromium Code Reviews| Index: runtime/vm/port.cc |
| diff --git a/runtime/vm/port.cc b/runtime/vm/port.cc |
| index 3f5f9a384d60000cb04c1cc5b02b9f5ccfbfef1f..fec3339c1732263ee225206797d1c3fc8dbcb8c8 100644 |
| --- a/runtime/vm/port.cc |
| +++ b/runtime/vm/port.cc |
| @@ -1,13 +1,12 @@ |
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| -#include "vm/port.h" |
| - |
| +#include "platform/utils.h" |
| #include "vm/dart_api_impl.h" |
| #include "vm/isolate.h" |
| +#include "vm/port.h" |
|
Mads Ager (chromium)
2012/01/13 15:10:09
Move back?
Søren Gjesse
2012/01/16 10:53:00
Done.
|
| #include "vm/thread.h" |
| -#include "vm/utils.h" |
| namespace dart { |