Chromium Code Reviews| Index: runtime/vm/cpu.h |
| diff --git a/runtime/vm/cpu.h b/runtime/vm/cpu.h |
| index 1ebb2bfddf7a2ea677566fffbb0a0a1c12b3d461..e75e1a168f46b7635d6d4284933e5fa350b9d214 100644 |
| --- a/runtime/vm/cpu.h |
| +++ b/runtime/vm/cpu.h |
| @@ -5,8 +5,8 @@ |
| #ifndef RUNTIME_VM_CPU_H_ |
| #define RUNTIME_VM_CPU_H_ |
| -#include "vm/globals.h" |
| #include "vm/allocation.h" |
| +#include "vm/globals.h" |
| namespace dart { |
| @@ -14,7 +14,6 @@ namespace dart { |
| class Error; |
| class Instance; |
| - |
| class CPU : public AllStatic { |
| public: |
| static void FlushICache(uword start, uword size); |