Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/io/usd/usd.h')
-rw-r--r--source/blender/io/usd/usd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/io/usd/usd.h b/source/blender/io/usd/usd.h
index 6b6b2d37162..2a036c3d398 100644
--- a/source/blender/io/usd/usd.h
+++ b/source/blender/io/usd/usd.h
@@ -25,11 +25,11 @@
extern "C" {
#endif
-struct bContext;
-struct Object;
struct CacheArchiveHandle;
-struct CacheReader;
struct CacheFile;
+struct CacheReader;
+struct Object;
+struct bContext;
struct USDExportParams {
bool export_animation;