Skip to content

Commit 36f2aab

Browse files
committed
Refactor 'include', hoping faster compilation.
1 parent 2a30dd7 commit 36f2aab

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

src/usdFbx.hh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515

1616
#pragma once
1717

18-
#include "tinyusdz.hh"
18+
#include <string>
19+
20+
class GPrim;
1921

2022
namespace tinyusdz {
2123

src/usdObj.hh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414

1515
#pragma once
1616

17-
#include "tinyusdz.hh"
17+
#include <string>
18+
19+
class GPrim;
1820

1921
namespace tinyusdz {
2022

src/usdVox.hh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414

1515
#pragma once
1616

17-
#include "tinyusdz.hh"
17+
#include <string>
18+
19+
class GPrim;
1820

1921
namespace tinyusdz {
2022
namespace usdVox {

src/usda-reader.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
#include "str-util.hh"
6969
#include "stream-reader.hh"
7070
#include "tinyusdz.hh"
71-
#include "usdObj.hh"
7271
#include "usdShade.hh"
7372
#include "value-pprint.hh"
7473
#include "value-types.hh"

0 commit comments

Comments
 (0)