[Bf-blender-cvs] [bbfa14980e8] asset-browser-poselib: Cleanup: Remove unnecessary includes

Julian Eisel noreply at git.blender.org
Mon Jun 14 19:22:42 CEST 2021


Commit: bbfa14980e842754fafe3ee965569361aaf8b49a
Author: Julian Eisel
Date:   Mon Jun 14 19:22:27 2021 +0200
Branches: asset-browser-poselib
https://developer.blender.org/rBbbfa14980e842754fafe3ee965569361aaf8b49a

Cleanup: Remove unnecessary includes

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

M	source/blender/editors/armature/pose_lib_2.c

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

diff --git a/source/blender/editors/armature/pose_lib_2.c b/source/blender/editors/armature/pose_lib_2.c
index 52db54791c7..bbb82424953 100644
--- a/source/blender/editors/armature/pose_lib_2.c
+++ b/source/blender/editors/armature/pose_lib_2.c
@@ -25,28 +25,17 @@
 
 #include "MEM_guardedalloc.h"
 
-#include "BLI_listbase.h"
-#include "BLI_path_util.h"
 #include "BLI_string.h"
-#include "BLI_utildefines.h"
-
-#include "BLO_readfile.h"
 
 #include "BLT_translation.h"
 
-#include "DNA_ID.h"
-#include "DNA_action_types.h"
-#include "DNA_anim_types.h"
 #include "DNA_armature_types.h"
-#include "DNA_object_types.h"
-#include "DNA_scene_types.h"
 
 #include "BKE_action.h"
 #include "BKE_anim_data.h"
 #include "BKE_animsys.h"
 #include "BKE_armature.h"
 #include "BKE_context.h"
-#include "BKE_idprop.h"
 #include "BKE_lib_id.h"
 #include "BKE_object.h"
 #include "BKE_report.h"
@@ -64,7 +53,6 @@
 #include "ED_armature.h"
 #include "ED_asset.h"
 #include "ED_keyframing.h"
-#include "ED_object.h"
 #include "ED_screen.h"
 
 #include "armature_intern.h"



More information about the Bf-blender-cvs mailing list