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

@@ -23,7 +23,6 @@
#include "FCGlobal.h"
#include <boost/filesystem.hpp>
#include <boost/regex.hpp>
#include <string>
#include <Base/FileInfo.h>

View File

@@ -25,7 +25,6 @@
#ifndef _PreComp_
#include <bitset>
#include <stack>
#include <boost/filesystem.hpp>
#include <deque>
#include <iostream>
#include <utility>

View File

@@ -16,6 +16,7 @@
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/io/ios_state.hpp>
FC_LOG_LEVEL_INIT("ElementMap", true, 2); // NOLINT

View File

@@ -31,6 +31,7 @@
#endif
#include <boost/algorithm/string/predicate.hpp>
#include <boost/io/ios_state.hpp>
#include <boost/math/special_functions/round.hpp>
#include <boost/math/special_functions/trunc.hpp>

View File

@@ -97,9 +97,6 @@
#include <boost/bind/bind.hpp>
#include <boost/core/ignore_unused.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/filesystem/exception.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/path.hpp>
#include <boost/scope_exit.hpp>
#include <fmt/format.h>

View File

@@ -29,7 +29,6 @@
#include <string>
#include <vector>
#include <boost/dynamic_bitset.hpp>
#include <boost/filesystem/path.hpp>
#include <Base/Uuid.h>
#include "Property.h"