diff options
author | Andreas Gampe <agampe@google.com> | 2015-08-14 08:22:54 -0700 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2015-08-17 15:42:25 -0700 |
commit | 2a5c4681ba19411c1cb22e9a7ab446dab910af1c (patch) | |
tree | 883ea0c07aad9efdb7c86960056cbefd7992b2bc /runtime/stack.h | |
parent | 228b3973b2b24783c727a55fda2b4b80375f7207 (diff) | |
download | art-2a5c4681ba19411c1cb22e9a7ab446dab910af1c.tar.gz art-2a5c4681ba19411c1cb22e9a7ab446dab910af1c.tar.bz2 art-2a5c4681ba19411c1cb22e9a7ab446dab910af1c.zip |
ART: Some header cleaning around bit-utils
Try to remove dependencies where they are not necessary.
Change-Id: I5ff35cb17aea369bed3725b1610b50d7eb05b81e
Diffstat (limited to 'runtime/stack.h')
-rw-r--r-- | runtime/stack.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/stack.h b/runtime/stack.h index 8023de1222..25627383fe 100644 --- a/runtime/stack.h +++ b/runtime/stack.h @@ -21,7 +21,6 @@ #include <string> #include "arch/instruction_set.h" -#include "base/bit_utils.h" #include "dex_file.h" #include "gc_root.h" #include "mirror/object_reference.h" |