diff options
Diffstat (limited to 'compiler/dex/backend.h')
-rw-r--r-- | compiler/dex/backend.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/dex/backend.h b/compiler/dex/backend.h index 596b3c9802..01959b77f5 100644 --- a/compiler/dex/backend.h +++ b/compiler/dex/backend.h @@ -17,10 +17,10 @@ #ifndef ART_COMPILER_DEX_BACKEND_H_ #define ART_COMPILER_DEX_BACKEND_H_ -namespace art { +#include "compiled_method.h" +#include "arena_allocator.h" -class ArenaAllocator; -class CompiledMethod; +namespace art { class Backend { public: |