Remove unneeded includes
This commit is contained in:
parent
988c9b4307
commit
ede0b4d053
@ -1,31 +1,13 @@
|
|||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
#include "gmock/gmock.h"
|
#include "gmock/gmock.h"
|
||||||
|
|
||||||
#include <string>
|
|
||||||
#include <thread>
|
|
||||||
#include <csignal>
|
|
||||||
#include <fcntl.h>
|
|
||||||
|
|
||||||
#include "cryfs_lib/CryDevice.h"
|
|
||||||
#include "test/testutils/FuseThread.h"
|
|
||||||
|
|
||||||
#include "fspp/fuse/Fuse.h"
|
#include "fspp/fuse/Fuse.h"
|
||||||
#include "test/testutils/FuseTest.h"
|
#include "test/testutils/FuseTest.h"
|
||||||
|
|
||||||
using namespace fspp;
|
using namespace fspp;
|
||||||
using namespace fspp::fuse;
|
using namespace fspp::fuse;
|
||||||
using std::string;
|
|
||||||
using std::unique_ptr;
|
|
||||||
using std::make_unique;
|
|
||||||
using std::vector;
|
|
||||||
using ::testing::Return;
|
|
||||||
using ::testing::_;
|
using ::testing::_;
|
||||||
using ::testing::Invoke;
|
|
||||||
using ::testing::Throw;
|
|
||||||
using ::testing::NiceMock;
|
|
||||||
using ::testing::StrictMock;
|
|
||||||
using ::testing::AtMost;
|
|
||||||
using ::testing::Mock;
|
|
||||||
using ::testing::StrEq;
|
using ::testing::StrEq;
|
||||||
|
|
||||||
TEST_F(FuseTest, setupAndTearDown) {
|
TEST_F(FuseTest, setupAndTearDown) {
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
#include <boost/filesystem.hpp>
|
#include <boost/filesystem.hpp>
|
||||||
|
|
||||||
#include "TempDir.h"
|
#include "TempDir.h"
|
||||||
|
#include "FuseThread.h"
|
||||||
|
|
||||||
#define MOCK_PATH_METHOD1(NAME, RETURNTYPE) \
|
#define MOCK_PATH_METHOD1(NAME, RETURNTYPE) \
|
||||||
RETURNTYPE NAME(const boost::filesystem::path &path) override { \
|
RETURNTYPE NAME(const boost::filesystem::path &path) override { \
|
||||||
|
Loading…
Reference in New Issue
Block a user