Replaced absolute paths to messmer/blobstore with local relative paths
This commit is contained in:
parent
655845ae8f
commit
deba4810a8
@ -1,13 +1,13 @@
|
||||
#include "../../../../implementations/onblocks/datanodestore/DataLeafNode.h"
|
||||
#include "../../../../implementations/onblocks/datanodestore/DataInnerNode.h"
|
||||
#include "../../../../implementations/onblocks/datanodestore/DataNodeStore.h"
|
||||
#include "../../../../implementations/onblocks/BlobStoreOnBlocks.h"
|
||||
#include <google/gtest/gtest.h>
|
||||
|
||||
#include "messmer/cpp-utils/pointer.h"
|
||||
|
||||
#include "messmer/blockstore/implementations/testfake/FakeBlockStore.h"
|
||||
#include "messmer/blockstore/implementations/testfake/FakeBlock.h"
|
||||
#include "messmer/blobstore/implementations/onblocks/BlobStoreOnBlocks.h"
|
||||
#include "../../../testutils/DataBlockFixture.h"
|
||||
|
||||
using ::testing::Test;
|
||||
|
@ -2,11 +2,11 @@
|
||||
#include "../../../../implementations/onblocks/datanodestore/DataLeafNode.h"
|
||||
#include "../../../../implementations/onblocks/datanodestore/DataNode.h"
|
||||
#include "../../../../implementations/onblocks/datanodestore/DataNodeStore.h"
|
||||
#include "../../../../implementations/onblocks/BlobStoreOnBlocks.h"
|
||||
#include <google/gtest/gtest.h>
|
||||
|
||||
#include "messmer/blockstore/implementations/testfake/FakeBlockStore.h"
|
||||
#include "messmer/blockstore/implementations/testfake/FakeBlock.h"
|
||||
#include "messmer/blobstore/implementations/onblocks/BlobStoreOnBlocks.h"
|
||||
|
||||
using ::testing::Test;
|
||||
using std::unique_ptr;
|
||||
|
Loading…
Reference in New Issue
Block a user