Removed unneeded includes/usings
This commit is contained in:
parent
2f22cbc9a8
commit
07689c8bd1
@ -17,8 +17,6 @@ using fspp::fuse::FuseErrnoException;
|
||||
|
||||
namespace bf = boost::filesystem;
|
||||
|
||||
using std::unique_ptr;
|
||||
using std::make_unique;
|
||||
using std::string;
|
||||
using std::vector;
|
||||
|
||||
|
@ -11,9 +11,6 @@ namespace bf = boost::filesystem;
|
||||
using fspp::fuse::CHECK_RETVAL;
|
||||
using fspp::fuse::FuseErrnoException;
|
||||
|
||||
using std::unique_ptr;
|
||||
using std::make_unique;
|
||||
|
||||
using blockstore::Key;
|
||||
using boost::none;
|
||||
using cpputils::unique_ref;
|
||||
|
@ -11,8 +11,6 @@ using fspp::fuse::FuseErrnoException;
|
||||
|
||||
namespace bf = boost::filesystem;
|
||||
|
||||
using std::unique_ptr;
|
||||
using std::make_unique;
|
||||
using std::string;
|
||||
using std::vector;
|
||||
|
||||
|
@ -11,8 +11,6 @@
|
||||
#include "FileBlob.h"
|
||||
#include "SymlinkBlob.h"
|
||||
|
||||
using std::unique_ptr;
|
||||
using std::make_unique;
|
||||
using std::vector;
|
||||
using std::string;
|
||||
using std::pair;
|
||||
|
@ -8,7 +8,6 @@
|
||||
#include <messmer/fspp/fs_interface/Dir.h>
|
||||
#include <messmer/cpp-utils/unique_ref.h>
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
namespace cryfs{
|
||||
|
@ -4,8 +4,6 @@
|
||||
#include <messmer/blockstore/utils/Key.h>
|
||||
#include <cassert>
|
||||
|
||||
using std::unique_ptr;
|
||||
using std::make_unique;
|
||||
using blobstore::Blob;
|
||||
using cpputils::unique_ref;
|
||||
using cpputils::make_unique_ref;
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#include <messmer/blobstore/interface/Blob.h>
|
||||
#include <messmer/cpp-utils/unique_ref.h>
|
||||
#include <memory>
|
||||
|
||||
namespace cryfs {
|
||||
|
||||
|
@ -4,8 +4,6 @@
|
||||
#include <messmer/blockstore/utils/Key.h>
|
||||
#include <cassert>
|
||||
|
||||
using std::unique_ptr;
|
||||
using std::make_unique;
|
||||
using std::string;
|
||||
using blobstore::Blob;
|
||||
using cpputils::unique_ref;
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
#include <messmer/blobstore/interface/Blob.h>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
#include <memory>
|
||||
#include <messmer/cpp-utils/unique_ref.h>
|
||||
|
||||
namespace cryfs {
|
||||
|
Loading…
x
Reference in New Issue
Block a user