Commit: 82dca7025140774481a3a29cca7ec8b31dd7c636 Author: makowalski Date: Sun Jul 18 22:26:15 2021 -0400 Branches: usd-importer-T81257-merge https://developer.blender.org/rB82dca7025140774481a3a29cca7ec8b31dd7c636
USD import: remove unused includes. =================================================================== 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 468c5010bd2..63d2205ff8b 100644 --- a/source/blender/modifiers/intern/MOD_meshsequencecache.c +++ b/source/blender/modifiers/intern/MOD_meshsequencecache.c @@ -20,7 +20,6 @@ #include <string.h> -#include "BLI_string.h" #include "BLI_utildefines.h" #include "BLT_translation.h" @@ -38,7 +37,6 @@ #include "BKE_cachefile.h" #include "BKE_context.h" -#include "BKE_customdata.h" #include "BKE_lib_query.h" #include "BKE_scene.h" #include "BKE_screen.h" @@ -58,8 +56,6 @@ #include "MOD_modifiertypes.h" #include "MOD_ui_common.h" -#include "MEM_guardedalloc.h" - #if defined(WITH_USD) || defined(WITH_ALEMBIC) # include "BKE_global.h" # include "BKE_lib_id.h" _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
