Remove boost::filesystem includes
This commit is contained in:
committed by
Benjamin Nauck
parent
da5e18f5d8
commit
95a7dfd515
@@ -23,7 +23,6 @@
|
||||
|
||||
#include "FCGlobal.h"
|
||||
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/regex.hpp>
|
||||
#include <string>
|
||||
#include <Base/FileInfo.h>
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#ifndef _PreComp_
|
||||
#include <bitset>
|
||||
#include <stack>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <deque>
|
||||
#include <iostream>
|
||||
#include <utility>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user