summaryrefslogtreecommitdiffstats
path: root/libcutils/dlmalloc_stubs.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-06-03 20:48:44 -0700
committerElliott Hughes <enh@google.com>2014-06-03 20:48:44 -0700
commit7f0ef73e702e10b5a636eac5f988c82085d0dccb (patch)
tree6057cebec249cf734104dbab0862648aab5153d1 /libcutils/dlmalloc_stubs.c
parent03b87b49fae82a6304ab69b10426701c4f82c7e9 (diff)
downloadsystem_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/dlmalloc_stubs.c')
-rw-r--r--libcutils/dlmalloc_stubs.c1
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__))