Skip to content

Commit c0eaf1d

Browse files
committed
Merge remote-tracking branch 'origin/sdf12' into ahcorde/usd_to_sdf_transforms
2 parents 576f9bd + b7447df commit c0eaf1d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

usd/src/cmd/usd2sdf.cc

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
*
1616
*/
1717

18-
#include <string.h>
18+
#include <string>
1919

2020
#include <ignition/utils/cli/CLI.hpp>
21-
2221
#include "sdf/usd/usd_parser/ParseUSD.hh"
23-
#include "sdf/sdf.hh"
22+
#include "sdf/config.hh"
2423

2524
//////////////////////////////////////////////////
2625
/// \brief Enumeration of available commands

0 commit comments

Comments
 (0)