Replace includes of boost/filesystem.h with fs.h

This is step one in abstracting the use of boost::filesystem.
This commit is contained in:
Wladimir J. van der Laan
2017-03-01 15:54:22 +00:00
parent 19e36bbef6
commit 7d5172d354
27 changed files with 28 additions and 37 deletions

View File

@@ -11,6 +11,7 @@
#include "amount.h"
#include "bloom.h"
#include "compat.h"
#include "fs.h"
#include "hash.h"
#include "limitedmap.h"
#include "netaddress.h"
@@ -32,7 +33,6 @@
#include <arpa/inet.h>
#endif
#include <boost/filesystem/path.hpp>
#include <boost/foreach.hpp>
#include <boost/signals2/signal.hpp>