Skip to content

Commit 58949f1

Browse files
IECore : Remove boost/filesystem/convenience.hpp includes
This header contains deprecated helper functions, and was removed entirely in Boost 1.85.
1 parent 478b76b commit 58949f1

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

src/IECore/DirNameParameter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838

3939
#include "boost/algorithm/string/classification.hpp"
4040
#include "boost/algorithm/string/split.hpp"
41-
#include "boost/filesystem/convenience.hpp"
4241
#include "boost/filesystem/operations.hpp"
4342

4443
#include <algorithm>

src/IECore/FileNameParameter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939

4040
#include "boost/algorithm/string/classification.hpp"
4141
#include "boost/algorithm/string/split.hpp"
42-
#include "boost/filesystem/convenience.hpp"
4342
#include "boost/filesystem/operations.hpp"
4443
#include "boost/format.hpp"
4544

src/IECore/FileSequenceFunctions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
#include "IECore/ReversedFrameList.h"
4343

4444
#include "boost/algorithm/string.hpp"
45-
#include "boost/filesystem/convenience.hpp"
4645
#include "boost/filesystem/directory.hpp"
4746
#include "boost/filesystem/operations.hpp"
4847
#include "boost/filesystem/path.hpp"

src/IECore/PathParameter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838

3939
#include "boost/algorithm/string/classification.hpp"
4040
#include "boost/algorithm/string/split.hpp"
41-
#include "boost/filesystem/convenience.hpp"
4241
#include "boost/filesystem/operations.hpp"
4342

4443
#include <algorithm>

src/IECore/PathVectorParameter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838

3939
#include "boost/algorithm/string/classification.hpp"
4040
#include "boost/algorithm/string/split.hpp"
41-
#include "boost/filesystem/convenience.hpp"
4241
#include "boost/filesystem/operations.hpp"
4342

4443
#include <algorithm>

0 commit comments

Comments
 (0)