Removed some unneeded usings
This commit is contained in:
parent
199da740ed
commit
8cfa133676
@ -2,7 +2,6 @@
|
|||||||
#include "CachingBlockStore.h"
|
#include "CachingBlockStore.h"
|
||||||
|
|
||||||
using std::unique_ptr;
|
using std::unique_ptr;
|
||||||
using std::make_unique;
|
|
||||||
|
|
||||||
namespace blockstore {
|
namespace blockstore {
|
||||||
namespace caching {
|
namespace caching {
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
#include "CachingBlockStore.h"
|
#include "CachingBlockStore.h"
|
||||||
|
|
||||||
using std::unique_ptr;
|
using std::unique_ptr;
|
||||||
using std::make_unique;
|
|
||||||
using cpputils::Data;
|
using cpputils::Data;
|
||||||
|
|
||||||
namespace blockstore {
|
namespace blockstore {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user