mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
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:
parent
19e36bbef6
commit
7d5172d354
27 changed files with 28 additions and 37 deletions
|
|
@ -6,6 +6,7 @@
|
|||
#include "rpc/server.h"
|
||||
|
||||
#include "base58.h"
|
||||
#include "fs.h"
|
||||
#include "init.h"
|
||||
#include "random.h"
|
||||
#include "sync.h"
|
||||
|
|
@ -16,7 +17,6 @@
|
|||
#include <univalue.h>
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/signals2/signal.hpp>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue