Chromium Code Reviews| Index: runtime/vm/os_win.cc |
| diff --git a/runtime/vm/os_win.cc b/runtime/vm/os_win.cc |
| index 70d239cf172c8de558aa374f4748daed8a5c3660..aa32f2363a5a4ca5ac76aa9d3297cd13a1efca49 100644 |
| --- a/runtime/vm/os_win.cc |
| +++ b/runtime/vm/os_win.cc |
| @@ -1,10 +1,10 @@ |
| -// 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 <time.h> |
| -#include "vm/assert.h" |
| +#include "platform/assert.h" |
| #include "vm/os.h" |
|
Ivan Posva
2012/01/13 23:22:06
First. os_win.cc is essentially os.cc.
Søren Gjesse
2012/01/16 08:58:00
Done. Did the same for os_linux and os_macos.
|
| namespace dart { |