diff --git a/usd/src/usd_parser/USDMaterial.hh b/usd/src/usd_parser/USDMaterial.hh index 694727147..164f1b9e2 100644 --- a/usd/src/usd_parser/USDMaterial.hh +++ b/usd/src/usd_parser/USDMaterial.hh @@ -15,8 +15,8 @@ * */ -#ifndef SDF_USD_USD_PARSER_UTILS_HH_ -#define SDF_USD_USD_PARSER_UTILS_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 diff --git a/usd/src/usd_parser/USDPhysics.hh b/usd/src/usd_parser/USDPhysics.hh index b5835f011..1b594ae3b 100644 --- a/usd/src/usd_parser/USDPhysics.hh +++ b/usd/src/usd_parser/USDPhysics.hh @@ -15,8 +15,8 @@ * */ -#ifndef USD_PARSER_PHYSYCS_HH -#define USD_PARSER_PHYSYCS_HH +#ifndef USD_PARSER_USDPHYSICS_HH_ +#define USD_PARSER_USDPHYSICS_HH_ #pragma push_macro ("__DEPRECATED") #undef __DEPRECATED diff --git a/usd/src/usd_parser/USDWorld.hh b/usd/src/usd_parser/USDWorld.hh index 6574f501e..e51dea0e5 100644 --- a/usd/src/usd_parser/USDWorld.hh +++ b/usd/src/usd_parser/USDWorld.hh @@ -15,8 +15,8 @@ * */ -#ifndef USD_PARSER_USDWORLD_HH -#define USD_PARSER_USDWORLD_HH +#ifndef USD_PARSER_USDWORLD_HH_ +#define USD_PARSER_USDWORLD_HH_ #include