Removed unneeded includes/usings

This commit is contained in:
Sebastian Meßmer 2015-06-18 19:40:26 +02:00
parent 2f22cbc9a8
commit 07689c8bd1
9 changed files with 0 additions and 16 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -8,7 +8,6 @@
#include <messmer/fspp/fs_interface/Dir.h>
#include <messmer/cpp-utils/unique_ref.h>
#include <memory>
#include <vector>
namespace cryfs{

View File

@ -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;

View File

@ -4,7 +4,6 @@
#include <messmer/blobstore/interface/Blob.h>
#include <messmer/cpp-utils/unique_ref.h>
#include <memory>
namespace cryfs {

View File

@ -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;

View File

@ -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 {