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:
+1
-1
@@ -10,6 +10,7 @@
|
||||
|
||||
#include "chainparams.h"
|
||||
#include "clientmodel.h"
|
||||
#include "fs.h"
|
||||
#include "guiconstants.h"
|
||||
#include "guiutil.h"
|
||||
#include "intro.h"
|
||||
@@ -38,7 +39,6 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
#include <boost/thread.hpp>
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
Reference in New Issue
Block a user