| Index: runtime/vm/cpuinfo_test.cc
|
| diff --git a/runtime/vm/cpuinfo_test.cc b/runtime/vm/cpuinfo_test.cc
|
| index 2d8434e1e473d0de43bfd55dc924ae15a6018fdc..34787fded6b7f3cad783f00376c1db6f9807e927 100644
|
| --- a/runtime/vm/cpuinfo_test.cc
|
| +++ b/runtime/vm/cpuinfo_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/cpuinfo.h"
|
| +#include "platform/assert.h"
|
| #include "vm/globals.h"
|
| #include "vm/unit_test.h"
|
|
|
|
|