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

@@ -1,6 +1,7 @@
#ifndef JEMALLOC_INTERNAL_PROF_STRUCTS_H
#define JEMALLOC_INTERNAL_PROF_STRUCTS_H
#include "jemalloc/internal/prng.h"
#include "jemalloc/internal/rb.h"
struct prof_bt_s {