sort out some #includes

This commit is contained in:
Joe Thornber
2013-10-23 11:39:31 +01:00
parent c7b67659a5
commit dd65089b68
3 changed files with 3 additions and 4 deletions

View File

@ -19,8 +19,7 @@
#ifndef SPACE_MAP_DISK_H
#define SPACE_MAP_DISK_H
// FIXME: why is btree_checker needed?
#include "persistent-data/data-structures/btree_checker.h"
#include "persistent-data/transaction_manager.h"
#include "persistent-data/space_map.h"
//----------------------------------------------------------------