diff options
author | Elliott Hughes <enh@google.com> | 2014-06-04 03:50:33 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-06-04 03:50:33 +0000 |
commit | b122da648dd1a7860776bc90b219ffa8c215faa6 (patch) | |
tree | bb009ab259b2798327488f5c9593024388a899e9 | |
parent | d586e356526b77d3d64d4d247cd8f8e0871824d5 (diff) | |
parent | 7f0ef73e702e10b5a636eac5f988c82085d0dccb (diff) | |
download | system_core-b122da648dd1a7860776bc90b219ffa8c215faa6.zip system_core-b122da648dd1a7860776bc90b219ffa8c215faa6.tar.gz system_core-b122da648dd1a7860776bc90b219ffa8c215faa6.tar.bz2 |
Merge "Fix libcutils/dlmalloc_stubs.c build breakage."
-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__)) |