Skip to content

Commit

Permalink
Remove deprecated <Ar/Ar.h> include.
Browse files Browse the repository at this point in the history
* This used to get the version of Ar to build during the migration from
  Ar (v1 -> v2), which is now only ever (v2). The case mismatch was breaking
  Linux, but also since the header with the same name as the library name is
  reserved and changed over to the umbrella header for this library, including
  it was needlessly importing the whole module where it should not have been.
* Solution is just to remove this header from being included anywhere.
  • Loading branch information
furby-tm committed Mar 15, 2024
1 parent e8bc9ed commit 52f467f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Sources/SdrOsl/oslParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include "Tf/weakPtr.h"
#include "Vt/types.h"
#include "Vt/array.h"
#include "Ar/ar.h"
#include "Ar/asset.h"
#include "Ar/resolvedPath.h"
#include "Ar/resolver.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include "Tf/weakPtr.h"
#include "Vt/types.h"
#include "Vt/array.h"
#include "Ar/ar.h"
#include "Ar/asset.h"
#include "Ar/resolvedPath.h"
#include "Ar/resolver.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include "Tf/weakPtr.h"
#include "Vt/types.h"
#include "Vt/array.h"
#include "Ar/ar.h"
#include "Ar/asset.h"
#include "Ar/resolvedPath.h"
#include "Ar/resolver.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include "Tf/weakPtr.h"
#include "Vt/types.h"
#include "Vt/array.h"
#include "Ar/ar.h"
#include "Ar/asset.h"
#include "Ar/resolvedPath.h"
#include "Ar/resolver.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include "Tf/weakPtr.h"
#include "Vt/types.h"
#include "Vt/array.h"
#include "Ar/ar.h"
#include "Ar/asset.h"
#include "Ar/resolvedPath.h"
#include "Ar/resolver.h"
Expand Down

0 comments on commit 52f467f

Please sign in to comment.