Remove boost::filesystem includes
This commit is contained in:
committed by
Benjamin Nauck
parent
da5e18f5d8
commit
95a7dfd515
@@ -88,9 +88,6 @@
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
#include <boost/bind/bind.hpp>
|
||||
#include <boost/core/ignore_unused.hpp>
|
||||
#include <boost/filesystem/exception.hpp>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
#include <boost/interprocess/sync/file_lock.hpp>
|
||||
#include <boost/math/constants/constants.hpp>
|
||||
#include <boost/program_options.hpp>
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
# include <QMessageBox>
|
||||
# include <QString>
|
||||
# include <algorithm>
|
||||
# include <boost/filesystem.hpp>
|
||||
#endif
|
||||
|
||||
#include <App/Document.h>
|
||||
|
||||
Reference in New Issue
Block a user