Header refactoring: unify and de-catchall rtree module.

This commit is contained in:
David Goldblatt
2017-05-23 14:26:31 -07:00
committed by David Goldblatt
parent b4b4a98bc8
commit 44f9bd147a
18 changed files with 166 additions and 170 deletions

View File

@@ -1,5 +1,7 @@
#include "test/jemalloc_test.h"
#include "jemalloc/internal/spin.h"
TEST_BEGIN(test_spin) {
spin_t spinner = SPIN_INITIALIZER;