Skip to content

Commit 303e9f8

Browse files
committed
usd full path to Export.hh instead of relative
Signed-off-by: Ashton Larkin <42042756+adlarkin@users.noreply.github.com>
1 parent 0d3e272 commit 303e9f8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

usd/include/sdf/usd/sdf_parser/Light.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
#pragma pop_macro ("__DEPRECATED")
3131

3232
#include "sdf/config.hh"
33+
#include "sdf/usd/Export.hh"
3334
#include "sdf/Light.hh"
34-
#include "../Export.hh"
3535

3636
namespace sdf
3737
{

usd/include/sdf/usd/sdf_parser/Utils.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
#include "sdf/SemanticPose.hh"
3838
#include "sdf/system_util.hh"
39-
#include "../Export.hh"
39+
#include "sdf/usd/Export.hh"
4040

4141
namespace sdf
4242
{

usd/include/sdf/usd/sdf_parser/World.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
#pragma pop_macro ("__DEPRECATED")
3131

3232
#include "sdf/config.hh"
33+
#include "sdf/usd/Export.hh"
3334
#include "sdf/World.hh"
34-
#include "../Export.hh"
3535

3636
namespace sdf
3737
{

0 commit comments

Comments
 (0)