remove duplicate "#include <stdlib.h>"

Change-Id: I01b23efb1229e7dd96c6e15c4385064ad10a575a
This commit is contained in:
Pascal Massimino 2015-08-11 01:54:39 +00:00 committed by James Zern
parent 1e595fe1e8
commit 3ebcdd4133

View File

@ -48,7 +48,6 @@
#if defined(PRINT_MEM_INFO)
#include <stdio.h>
#include <stdlib.h> // for abort()
static int num_malloc_calls = 0;
static int num_calloc_calls = 0;