Header refactoring: prng module - remove from the catchall and unify.

This commit is contained in:
David Goldblatt
2017-04-19 12:48:50 -07:00
committed by David Goldblatt
parent 4d2e4bf5eb
commit fa3ad730c4
6 changed files with 49 additions and 35 deletions

View File

@@ -40,6 +40,7 @@
#include "jemalloc/internal/assert.h"
#include "jemalloc/internal/malloc_io.h"
#include "jemalloc/internal/prng.h"
#include "jemalloc/internal/util.h"
/******************************************************************************/