Boost version <=1.60 is never used in freecad 0.20 (#7038)

* Boost version 1.60 is never used in freecad 0.20
This commit is contained in:
mosfet80
2022-06-24 03:20:26 +03:00
committed by GitHub
parent 1c16e512db
commit c48a569696
40 changed files with 3 additions and 89 deletions

View File

@@ -28,7 +28,6 @@
#include <boost/range/adaptor/map.hpp>
#include <boost/range/algorithm/copy.hpp>
#include <boost/assign.hpp>
#include <boost_bind_bind.hpp>
#include <boost/regex.hpp>
#include <Base/Console.h>
#include <App/Document.h>