Remove boost::filesystem where it is not needed

A two uses in CommonIO remain for the compiler (plus testing/tools use it extensively)
This commit is contained in:
Alex Beregszaszi
2020-05-11 11:19:11 +01:00
parent 5a6c7ad65f
commit c31a93b3f2
6 changed files with 3 additions and 6 deletions
@@ -21,7 +21,6 @@
#include <boost/algorithm/string/join.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/filesystem/operations.hpp>
#include <array>
#include <fstream>
-1
View File
@@ -21,7 +21,6 @@
#include <boost/algorithm/string/join.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/filesystem/operations.hpp>
#include <array>
#include <fstream>