Header refactoring: size_classes module - remove from the catchall

This commit is contained in:
David Goldblatt
2017-04-19 15:09:01 -07:00
committed by David Goldblatt
parent 68da2361d2
commit 31b43219db
20 changed files with 28 additions and 1 deletions

View File

@@ -40,7 +40,6 @@
/* TYPES */
/******************************************************************************/
#include "jemalloc/internal/size_classes.h"
#include "jemalloc/internal/smoothstep.h"
#include "jemalloc/internal/stats_types.h"
#include "jemalloc/internal/ctl_types.h"