Index: runtime/vm/snapshot.cc |
diff --git a/runtime/vm/snapshot.cc b/runtime/vm/snapshot.cc |
index 0dc1442f21b6c475ce662391f69ad01dc2178a36..a9e5a6210f640e893339a3e44b769bec28526dbb 100644 |
--- a/runtime/vm/snapshot.cc |
+++ b/runtime/vm/snapshot.cc |
@@ -1,14 +1,13 @@ |
-// 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/snapshot.h" |
- |
-#include "vm/assert.h" |
+#include "platform/assert.h" |
#include "vm/bootstrap.h" |
#include "vm/heap.h" |
#include "vm/object.h" |
#include "vm/object_store.h" |
+#include "vm/snapshot.h" |
Mads Ager (chromium)
2012/01/13 14:42:08
Move this back up since this is the header file th
Søren Gjesse
2012/01/16 08:58:00
Done.
|
namespace dart { |