Remove boost::filesystem includes

This commit is contained in:
Chris Hennes
2025-07-17 21:51:48 -05:00
committed by Benjamin Nauck
parent da5e18f5d8
commit 95a7dfd515
11 changed files with 3 additions and 16 deletions

View File

@@ -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>

View File

@@ -33,7 +33,6 @@
# include <QMessageBox>
# include <QString>
# include <algorithm>
# include <boost/filesystem.hpp>
#endif
#include <App/Document.h>