From 7d5172d35439a0ccd48cfdd92aa0b6bca9a3bee5 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Wed, 1 Mar 2017 15:54:22 +0000 Subject: Replace includes of boost/filesystem.h with fs.h This is step one in abstracting the use of boost::filesystem. --- src/dbwrapper.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dbwrapper.cpp') diff --git a/src/dbwrapper.cpp b/src/dbwrapper.cpp index 01fcd0742..d2acfe241 100644 --- a/src/dbwrapper.cpp +++ b/src/dbwrapper.cpp @@ -4,11 +4,10 @@ #include "dbwrapper.h" +#include "fs.h" #include "util.h" #include "random.h" -#include - #include #include #include -- cgit v1.2.3