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

@@ -8,7 +8,7 @@
#include <shlobj.h>
#endif
#include <boost/filesystem.hpp>
#include "fs.h"
boost::filesystem::path GetTempPath() {
return boost::filesystem::temp_directory_path();