commit | 8eab1c515ef7f6bdb0252d49e6ea1c8ca7d8cfed | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Thu Feb 11 22:36:02 2010 -0800 |
committer | Carl Shapiro <cshapiro@google.com> | Thu Feb 11 22:36:02 2010 -0800 |
tree | 5fc5cd77839d2077733e567958e76192fea140b4 | |
parent | 878e91ad5017950cbba1653c17470c87c6eb631b [diff] |
Do not include assert.h in places where it may shadow the definition provided by Common.h if WITH_DALVIK_ASSERTS is defined. The include from HeapBitmap.h was notable as it redefined the Dalvik friendly assert macro with the useless libc macro across all of the GC sources.