diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-03 01:47:15 +0000 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-03 01:54:12 +0000 |
| commit | b6d99e9e74c2f74513855ffac4564b0878a83273 (patch) | |
| tree | c905a94914a1f1650e5fe67bf5c618bfdb68c9e4 /netfs/unittests/testGlacier.cpp | |
| parent | Add missing explicit on install targets (diff) | |
| download | netfs-b6d99e9e74c2f74513855ffac4564b0878a83273.tar.bz2 netfs-b6d99e9e74c2f74513855ffac4564b0878a83273.tar.xz netfs-b6d99e9e74c2f74513855ffac4564b0878a83273.zip | |
Remove boost::filesystem in favour of std::filesystem
Diffstat (limited to 'netfs/unittests/testGlacier.cpp')
| -rw-r--r-- | netfs/unittests/testGlacier.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/netfs/unittests/testGlacier.cpp b/netfs/unittests/testGlacier.cpp index b21b7e6..900a531 100644 --- a/netfs/unittests/testGlacier.cpp +++ b/netfs/unittests/testGlacier.cpp @@ -2,7 +2,6 @@ #include <boost/test/unit_test.hpp> #include "mockDaemon.h" #include "mockFuse.h" -#include <boost/filesystem/path.hpp> #include <boost/scope_exit.hpp> #include <definedDirs.h> |
