Remove #includes in tests

Since we're now including jemalloc_internal.h, all the required headers
are already pulled. This will avoid having to fiddle with headers that can
or can't be used with MSVC. Also, now that we use malloc_printf, we can use
util.h's definition of assert instead of assert.h's.
This commit is contained in:
Mike Hommey 2012-04-20 08:38:40 +02:00 committed by Jason Evans
parent 14103d3598
commit 834f8770ee
9 changed files with 0 additions and 55 deletions

View file

@ -1,9 +1,3 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <assert.h>
#define JEMALLOC_MANGLE
#include "jemalloc_test.h"