Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USD to SDF: Fixed header guard #906

Merged
merged 6 commits into from
Mar 23, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions usd/src/usd_parser/USD2SDF.hh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*
*/

#ifndef SDF_USD_USD_PARSER_USD2SDF_HH_
#define SDF_USD_USD_PARSER_USD2SDF_HH_
#ifndef USD_PARSER_USD2SDF_HH_
#define USD_PARSER_USD2SDF_HH_

#include <string>

Expand Down
4 changes: 2 additions & 2 deletions usd/src/usd_parser/USDMaterial.hh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*
*/

#ifndef SDF_USD_USD_PARSER_USDMATERIAL_HH_
#define SDF_USD_USD_PARSER_USDMATERIAL_HH_
#ifndef USD_PARSER_USDMATERIAL_HH_
#define USD_PARSER_USDMATERIAL_HH_

// TODO(ahcorde) this is to remove deprecated "warnings" in usd, these warnings
// are reported using #pragma message so normal diagnostic flags cannot remove
Expand Down
4 changes: 2 additions & 2 deletions usd/src/usd_parser/USDPhysics.hh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*
*/

#ifndef SDF_USD_USD_PARSER_USDPHYSYCS_HH_
#define SDF_USD_USD_PARSER_USDPHYSYCS_HH_
#ifndef USD_PARSER_PHYSICS_HH_
#define USD_PARSER_PHYSICS_HH_
ahcorde marked this conversation as resolved.
Show resolved Hide resolved

#pragma push_macro ("__DEPRECATED")
#undef __DEPRECATED
Expand Down
4 changes: 2 additions & 2 deletions usd/src/usd_parser/USDWorld.hh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*
*/

#ifndef SDF_USD_USD_PARSER_USDWORLD_HH_
#define SDF_USD_USD_PARSER_USDWORLD_HH_
#ifndef USD_PARSER_USDWORLD_HH_
#define USD_PARSER_USDWORLD_HH_

#include <string>

Expand Down