Move endian_utils to base/

This commit is contained in:
Joe Thornber
2013-11-19 10:23:35 +00:00
parent 180f7e6187
commit 983a5e84e6
12 changed files with 26 additions and 16 deletions

View File

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