Skip to content

Commit

Permalink
Refactor 'include', hoping faster compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
syoyo committed Oct 28, 2024
1 parent 2a30dd7 commit 36f2aab
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion src/usdFbx.hh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@

#pragma once

#include "tinyusdz.hh"
#include <string>

class GPrim;

namespace tinyusdz {

Expand Down
4 changes: 3 additions & 1 deletion src/usdObj.hh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@

#pragma once

#include "tinyusdz.hh"
#include <string>

class GPrim;

namespace tinyusdz {

Expand Down
4 changes: 3 additions & 1 deletion src/usdVox.hh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@

#pragma once

#include "tinyusdz.hh"
#include <string>

class GPrim;

namespace tinyusdz {
namespace usdVox {
Expand Down
1 change: 0 additions & 1 deletion src/usda-reader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
#include "str-util.hh"
#include "stream-reader.hh"
#include "tinyusdz.hh"
#include "usdObj.hh"
#include "usdShade.hh"
#include "value-pprint.hh"
#include "value-types.hh"
Expand Down

0 comments on commit 36f2aab

Please sign in to comment.