[Bf-blender-cvs] [83eb58f95d8] usd-importer-T81257-merge: USD import cleanup: reorder include.

makowalski noreply at git.blender.org
Sat Jul 24 03:44:29 CEST 2021


Commit: 83eb58f95d8427af8ed44ab31e60c6b3e8616e5f
Author: makowalski
Date:   Fri Jul 23 16:09:19 2021 -0400
Branches: usd-importer-T81257-merge
https://developer.blender.org/rB83eb58f95d8427af8ed44ab31e60c6b3e8616e5f

USD import cleanup: reorder include.

===================================================================

M	source/blender/modifiers/intern/MOD_meshsequencecache.c

===================================================================

diff --git a/source/blender/modifiers/intern/MOD_meshsequencecache.c b/source/blender/modifiers/intern/MOD_meshsequencecache.c
index 63d2205ff8b..3e6081e0a18 100644
--- a/source/blender/modifiers/intern/MOD_meshsequencecache.c
+++ b/source/blender/modifiers/intern/MOD_meshsequencecache.c
@@ -20,6 +20,7 @@
 
 #include <string.h>
 
+#include "BLI_string.h"
 #include "BLI_utildefines.h"
 
 #include "BLT_translation.h"
@@ -48,8 +49,6 @@
 
 #include "BLO_read_write.h"
 
-#include "BLI_string.h"
-
 #include "DEG_depsgraph_build.h"
 #include "DEG_depsgraph_query.h"



More information about the Bf-blender-cvs mailing list