diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-03-01 15:54:22 +0000 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-04-03 12:32:32 +0200 |
| commit | 7d5172d35439a0ccd48cfdd92aa0b6bca9a3bee5 (patch) | |
| tree | 3a3362fac876fdd076c6da47e3c4dfe8693f6590 /src/qt/guiutil.cpp | |
| parent | Add fs.cpp/h (diff) | |
| download | discoin-7d5172d35439a0ccd48cfdd92aa0b6bca9a3bee5.tar.xz discoin-7d5172d35439a0ccd48cfdd92aa0b6bca9a3bee5.zip | |
Replace includes of boost/filesystem.h with fs.h
This is step one in abstracting the use of boost::filesystem.
Diffstat (limited to 'src/qt/guiutil.cpp')
| -rw-r--r-- | src/qt/guiutil.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index bb5b2d434..bebba259d 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -9,6 +9,7 @@ #include "qvalidatedlineedit.h" #include "walletmodel.h" +#include "fs.h" #include "primitives/transaction.h" #include "init.h" #include "policy/policy.h" @@ -35,9 +36,6 @@ #include "shlwapi.h" #endif -#include <boost/filesystem.hpp> -#include <boost/filesystem/fstream.hpp> -#include <boost/filesystem/detail/utf8_codecvt_facet.hpp> #include <boost/scoped_array.hpp> #include <QAbstractItemView> |