Index: runtime/vm/dart_api_impl_test.cc |
diff --git a/runtime/vm/dart_api_impl_test.cc b/runtime/vm/dart_api_impl_test.cc |
index 6736e8cfc55fc1d7f1983e63ae199a4530634e6c..529f4d06fb11b4f6819211978cd1977ca0acba12 100644 |
--- a/runtime/vm/dart_api_impl_test.cc |
+++ b/runtime/vm/dart_api_impl_test.cc |
@@ -1,10 +1,9 @@ |
-// 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 "include/dart_api.h" |
- |
-#include "vm/assert.h" |
+#include "platform/assert.h" |
#include "vm/dart_api_impl.h" |
#include "vm/dart_api_state.h" |
#include "vm/thread.h" |