correct a couple of #includes that were pointing to the old location of endian_utils.h
This commit is contained in:
parent
e1e9e34a55
commit
4df679174c
@ -2,8 +2,8 @@
|
||||
|
||||
#include "test_utils.h"
|
||||
|
||||
#include "base/endian_utils.h"
|
||||
#include "persistent-data/data-structures/btree_damage_visitor.h"
|
||||
#include "persistent-data/endian_utils.h"
|
||||
#include "persistent-data/space-maps/core.h"
|
||||
#include "persistent-data/transaction_manager.h"
|
||||
#include "persistent-data/run.h"
|
||||
|
@ -17,7 +17,7 @@
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "gmock/gmock.h"
|
||||
#include "persistent-data/endian_utils.h"
|
||||
#include "base/endian_utils.h"
|
||||
|
||||
using namespace base;
|
||||
using namespace std;
|
||||
|
Loading…
Reference in New Issue
Block a user