summaryrefslogtreecommitdiff
path: root/compiler/jit/jit_logger.h
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2019-02-19 15:09:35 +0000
committer Vladimir Marko <vmarko@google.com> 2019-02-20 10:40:05 +0000
commit038924b75f06b91c2a7e944196ca11f118ce182f (patch)
treefb3073918686ec6f54dce65d2697c0e46f05a272 /compiler/jit/jit_logger.h
parent03c6b174a4e412e9bb62935c4ee15b5445e517f2 (diff)
ART: Reduce dependencies on CompilerDriver.
Preparation for moving CompilerDriver and other stuff from libart-compiler.so to dex2oat. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Change-Id: Ic221ebca4b8c79dd1549316921ace655f2e3f0fe
Diffstat (limited to 'compiler/jit/jit_logger.h')
-rw-r--r--compiler/jit/jit_logger.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/compiler/jit/jit_logger.h b/compiler/jit/jit_logger.h
index 8b39888315..f4ef75a5fe 100644
--- a/compiler/jit/jit_logger.h
+++ b/compiler/jit/jit_logger.h
@@ -17,10 +17,11 @@
#ifndef ART_COMPILER_JIT_JIT_LOGGER_H_
#define ART_COMPILER_JIT_JIT_LOGGER_H_
+#include <memory>
+
#include "base/mutex.h"
+#include "base/os.h"
#include "compiled_method.h"
-#include "driver/compiler_driver.h"
-#include "driver/compiler_options.h"
namespace art {