| Index: runtime/vm/code_descriptors.h
|
| diff --git a/runtime/vm/code_descriptors.h b/runtime/vm/code_descriptors.h
|
| index 2298dc0166cdfb129458d70cfefdcc18cf637bd6..1648c48b61886de1bf6f1ea60a6be5015b1eef39 100644
|
| --- a/runtime/vm/code_descriptors.h
|
| +++ b/runtime/vm/code_descriptors.h
|
| @@ -6,12 +6,12 @@
|
| #define RUNTIME_VM_CODE_DESCRIPTORS_H_
|
|
|
| #include "vm/ast.h"
|
| -#include "vm/code_generator.h"
|
| #include "vm/datastream.h"
|
| #include "vm/globals.h"
|
| #include "vm/growable_array.h"
|
| -#include "vm/object.h"
|
| #include "vm/log.h"
|
| +#include "vm/object.h"
|
| +#include "vm/runtime_entry.h"
|
|
|
| namespace dart {
|
|
|
|
|