Skip to content

Commit

Permalink
Merge pull request #2750 from nvmkuruc/imaginghash
Browse files Browse the repository at this point in the history
Remove unused `boost/functional/hash.hpp` includes from `imaging` and `usdImaging`

(Internal change: 2301048)
  • Loading branch information
pixar-oss committed Nov 1, 2023
2 parents f88e35c + e0ce5f2 commit 0f55a58
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion pxr/imaging/hdSt/drawItemsCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include "pxr/imaging/hd/drawItem.h"
#include "pxr/imaging/hd/perfLog.h"

#include <boost/functional/hash.hpp>
#include <sstream>
#include <string>

Expand Down
2 changes: 0 additions & 2 deletions pxr/imaging/hdSt/fallbackLightingShader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@

#include "pxr/imaging/hio/glslfx.h"

#include <boost/functional/hash.hpp>

#include <string>

PXR_NAMESPACE_OPEN_SCOPE
Expand Down
2 changes: 0 additions & 2 deletions pxr/imaging/hdSt/shaderCode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@

#include "pxr/base/vt/dictionary.h"

#include <boost/functional/hash.hpp>

#include <string>

PXR_NAMESPACE_OPEN_SCOPE
Expand Down
2 changes: 0 additions & 2 deletions pxr/imaging/hdSt/vboSimpleMemoryManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@

#include <atomic>

#include <boost/functional/hash.hpp>

PXR_NAMESPACE_OPEN_SCOPE


Expand Down
1 change: 0 additions & 1 deletion pxr/usdImaging/usdImaging/resolvedAttributeCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include "pxr/base/tf/hash.h"
#include "pxr/base/work/utils.h"

#include <boost/functional/hash.hpp>
#include <tbb/concurrent_unordered_map.h>
#include <functional>

Expand Down

0 comments on commit 0f55a58

Please sign in to comment.