diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-03-01 15:54:22 +0000 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-04-03 12:32:32 +0200 |
commit | 7d5172d35439a0ccd48cfdd92aa0b6bca9a3bee5 (patch) | |
tree | 3a3362fac876fdd076c6da47e3c4dfe8693f6590 /src/qt/guiutil.h | |
parent | 19e36bbef60bfed36954fa515e57dfb074d7a3da (diff) |
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.h')
-rw-r--r-- | src/qt/guiutil.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index 913aa5e24b..afe2166154 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -6,6 +6,7 @@ #define BITCOIN_QT_GUIUTIL_H #include "amount.h" +#include "fs.h" #include <QEvent> #include <QHeaderView> @@ -16,8 +17,6 @@ #include <QTableView> #include <QLabel> -#include <boost/filesystem.hpp> - class QValidatedLineEdit; class SendCoinsRecipient; |