aboutsummaryrefslogtreecommitdiff
path: root/src/fs.h
diff options
context:
space:
mode:
authorChun Kuan Lee <[email protected]>2018-08-04 16:39:14 +0000
committerChun Kuan Lee <[email protected]>2018-09-23 03:43:25 +0800
commit2c3eade704f63b360926de9e975ce80143781679 (patch)
tree8d7c217dff4350e9d42964b0f10800a4390b571d /src/fs.h
parentMerge #14287: tests: Use MakeUnique to construct objects owned by unique_ptrs (diff)
downloaddiscoin-2c3eade704f63b360926de9e975ce80143781679.tar.xz
discoin-2c3eade704f63b360926de9e975ce80143781679.zip
Make fs::path::string() always return utf-8 string
Diffstat (limited to 'src/fs.h')
-rw-r--r--src/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs.h b/src/fs.h
index 5492bdd4e..a7074f446 100644
--- a/src/fs.h
+++ b/src/fs.h
@@ -10,7 +10,6 @@
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
-#include <boost/filesystem/detail/utf8_codecvt_facet.hpp>
/** Filesystem operations and types */
namespace fs = boost::filesystem;