Removed unneccessary using statements
This commit is contained in:
parent
a923165360
commit
722c94458b
@ -1,7 +1,6 @@
|
||||
#include "DataInnerNode.h"
|
||||
#include "DataNodeStore.h"
|
||||
|
||||
using std::unique_ptr;
|
||||
using blockstore::Block;
|
||||
using cpputils::Data;
|
||||
using cpputils::unique_ref;
|
||||
|
@ -1,7 +1,6 @@
|
||||
#include "DataLeafNode.h"
|
||||
#include "DataInnerNode.h"
|
||||
|
||||
using std::unique_ptr;
|
||||
using blockstore::Block;
|
||||
using cpputils::Data;
|
||||
using blockstore::Key;
|
||||
|
@ -12,7 +12,6 @@ using blockstore::Key;
|
||||
using cpputils::Data;
|
||||
using cpputils::unique_ref;
|
||||
using cpputils::make_unique_ref;
|
||||
using std::unique_ptr;
|
||||
using std::runtime_error;
|
||||
using boost::optional;
|
||||
using boost::none;
|
||||
|
@ -3,7 +3,6 @@
|
||||
#include "../datanodestore/DataLeafNode.h"
|
||||
#include "DataTree.h"
|
||||
|
||||
using std::unique_ptr;
|
||||
using cpputils::unique_ref;
|
||||
using cpputils::make_unique_ref;
|
||||
using boost::optional;
|
||||
|
Loading…
Reference in New Issue
Block a user