diff options
author | Elliott Hughes <enh@google.com> | 2014-06-03 20:48:44 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-06-03 20:48:44 -0700 |
commit | 7f0ef73e702e10b5a636eac5f988c82085d0dccb (patch) | |
tree | 6057cebec249cf734104dbab0862648aab5153d1 /libcutils | |
parent | 03b87b49fae82a6304ab69b10426701c4f82c7e9 (diff) | |
download | system_core-7f0ef73e702e10b5a636eac5f988c82085d0dccb.zip system_core-7f0ef73e702e10b5a636eac5f988c82085d0dccb.tar.gz system_core-7f0ef73e702e10b5a636eac5f988c82085d0dccb.tar.bz2 |
Fix libcutils/dlmalloc_stubs.c build breakage.
Change-Id: I344c410c100ce13c7a88063bf5354ad61c50094b
Diffstat (limited to 'libcutils')
-rw-r--r-- | libcutils/dlmalloc_stubs.c | 1 |
1 files changed, 0 insertions, 1 deletions
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__)) |