| Index: runtime/vm/scavenger_test.cc
|
| diff --git a/runtime/vm/scavenger_test.cc b/runtime/vm/scavenger_test.cc
|
| index cd8d61060b8a932bb51f5ee3af77b6c0c6f62c9b..e510e3093685a882fc7f03dbae7e89ec09ef6dde 100644
|
| --- a/runtime/vm/scavenger_test.cc
|
| +++ b/runtime/vm/scavenger_test.cc
|
| @@ -2,8 +2,8 @@
|
| // 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 "platform/assert.h"
|
| #include "vm/scavenger.h"
|
| +#include "platform/assert.h"
|
| #include "vm/unit_test.h"
|
| #include "vm/visitor.h"
|
|
|
|
|