commit | 834f8770ee780ef439d7ee639caa668a5e23cf76 | [log] [tgz] |
---|---|---|
author | Mike Hommey <mh@glandium.org> | Fri Apr 20 08:38:40 2012 +0200 |
committer | Jason Evans <jasone@canonware.com> | Sat Apr 21 21:31:01 2012 -0700 |
tree | 5cc8778a25df44fe51ecefa8ad1335e9dee3859b | |
parent | 14103d3598e7b828e79a81f2978dc08348677b02 [diff] |
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.