Removed some unneeded usings

This commit is contained in:
Sebastian Meßmer 2015-06-18 12:45:05 +02:00
parent 199da740ed
commit 8cfa133676
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
#include "CachingBlockStore.h"
using std::unique_ptr;
using std::make_unique;
namespace blockstore {
namespace caching {

View File

@ -2,7 +2,6 @@
#include "CachingBlockStore.h"
using std::unique_ptr;
using std::make_unique;
using cpputils::Data;
namespace blockstore {