Skip to content

Commit

Permalink
Merge pull request #2309 from nvmkuruc/unusedheaders
Browse files Browse the repository at this point in the history
Remove unused `boost` headers

(Internal change: 2282922)
  • Loading branch information
pixar-oss committed Jun 30, 2023
2 parents 75f3ec0 + 95b2828 commit 5851575
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion pxr/base/tf/fileUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include "pxr/base/arch/systemInfo.h"
#include "pxr/base/arch/errno.h"

#include <boost/assign.hpp>
#include "pxr/base/tf/hash.h"
#include "pxr/base/tf/hashset.h"

Expand Down
2 changes: 0 additions & 2 deletions pxr/base/tf/testenv/notice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
#include "pxr/base/tf/weakPtr.h"
#include "pxr/base/arch/systemInfo.h"

#include <boost/function.hpp>

#include <chrono>
#include <cstdio>
#include <iostream>
Expand Down
2 changes: 0 additions & 2 deletions pxr/base/tf/wrapTestTfPython.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@
#include <boost/python/return_arg.hpp>
#include <boost/python/tuple.hpp>

#include <boost/smart_ptr.hpp>

#include <functional>
#include <string>
#include <vector>
Expand Down
1 change: 0 additions & 1 deletion pxr/base/tf/wrapType.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include <boost/python/has_back_reference.hpp>
#include <boost/python/operators.hpp>
#include <boost/python/overloads.hpp>
#include <boost/preprocessor.hpp>

#include <string>

Expand Down
1 change: 0 additions & 1 deletion pxr/base/vt/wrapArray.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
#include "pxr/base/tf/tf.h"
#include "pxr/base/tf/wrapTypeHelpers.h"

#include <boost/preprocessor/facilities/empty.hpp>
#include <boost/preprocessor/punctuation/comma_if.hpp>
#include <boost/preprocessor/repetition/repeat.hpp>
#include <boost/preprocessor/seq/for_each.hpp>
Expand Down
1 change: 0 additions & 1 deletion pxr/usd/sdf/namespaceEdit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "pxr/base/tf/registryManager.h"
#include "pxr/base/tf/stringUtils.h"

#include <boost/ptr_container/ptr_map.hpp>
#include <boost/ptr_container/ptr_set.hpp>
#include <boost/variant.hpp>

Expand Down
1 change: 0 additions & 1 deletion pxr/usd/sdf/textFileFormat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
#include "pxr/base/tf/staticData.h"
#include "pxr/base/arch/fileSystem.h"

#include <boost/assign.hpp>
#include <ostream>

using std::string;
Expand Down
1 change: 0 additions & 1 deletion pxr/usd/sdf/wrapPayload.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include "pxr/base/vt/valueFromPython.h"

#include <boost/python.hpp>
#include <boost/function.hpp>

#include <string>

Expand Down
1 change: 0 additions & 1 deletion pxr/usd/sdf/wrapPrimSpec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

#include <boost/python.hpp>
#include <boost/python/stl_iterator.hpp>
#include <boost/function.hpp>

using namespace boost::python;

Expand Down
1 change: 0 additions & 1 deletion pxr/usd/sdf/wrapReference.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include "pxr/base/tf/pyUtils.h"

#include <boost/python.hpp>
#include <boost/function.hpp>

#include <string>

Expand Down

0 comments on commit 5851575

Please sign in to comment.