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
path: root/source
diff options
context:
space:
mode:
authormakowalski <makowalski@nvidia.com>2021-07-23 23:09:19 +0300
committermakowalski <makowalski@nvidia.com>2021-07-23 23:09:19 +0300
commit83eb58f95d8427af8ed44ab31e60c6b3e8616e5f (patch)
treed0d81efa2e0ff5bd7b913adb4a32c91700d17d07 /source
parent537a9a7b633f41eece7a0f8a7f32f462585e7d8a (diff)
USD import cleanup: reorder include.
Diffstat (limited to 'source')
-rw-r--r--source/blender/modifiers/intern/MOD_meshsequencecache.c3
1 files changed, 1 insertions, 2 deletions
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"