Introduce persistent-data/data-structures/

This commit is contained in:
Joe Thornber
2013-01-11 19:26:51 +00:00
parent d362fdc867
commit aacca8d963
13 changed files with 24 additions and 19 deletions

View File

@ -20,7 +20,9 @@
#define SPACE_MAP_DISK_STRUCTURES_H
#include "persistent-data/endian_utils.h"
#include "persistent-data/btree.h"
// FIXME: what's this included for?
#include "persistent-data/data-structures/btree.h"
//----------------------------------------------------------------