commit | 7f0ef73e702e10b5a636eac5f988c82085d0dccb | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jun 03 20:48:44 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Jun 03 20:48:44 2014 -0700 |
tree | 6057cebec249cf734104dbab0862648aab5153d1 | |
parent | 03b87b49fae82a6304ab69b10426701c4f82c7e9 [diff] |
Fix libcutils/dlmalloc_stubs.c build breakage. Change-Id: I344c410c100ce13c7a88063bf5354ad61c50094b
diff --git a/libcutils/dlmalloc_stubs.c b/libcutils/dlmalloc_stubs.c index 6dca911..2db473d 100644 --- a/libcutils/dlmalloc_stubs.c +++ b/libcutils/dlmalloc_stubs.c
@@ -14,7 +14,6 @@ * limitations under the License. */ -#include "../../../bionic/libc/bionic/dlmalloc.h" #include "log/log.h" #define UNUSED __attribute__((__unused__))