Commit: c320172a8b24ea951d50eb7528d5c4c2204cc2fc Author: Campbell Barton Date: Thu Apr 6 13:12:50 2017 +1000 Branches: custom-manipulators https://developer.blender.org/rBc320172a8b24ea951d50eb7528d5c4c2204cc2fc
Remove redundant includes =================================================================== M source/blender/editors/transform/transform_manipulator.c =================================================================== diff --git a/source/blender/editors/transform/transform_manipulator.c b/source/blender/editors/transform/transform_manipulator.c index b8b4276215f..b3c793b29b9 100644 --- a/source/blender/editors/transform/transform_manipulator.c +++ b/source/blender/editors/transform/transform_manipulator.c @@ -52,7 +52,6 @@ #include "RNA_access.h" #include "BKE_action.h" -#include "BKE_armature.h" #include "BKE_context.h" #include "BKE_curve.h" #include "BKE_global.h" @@ -66,7 +65,6 @@ #include "WM_api.h" #include "WM_types.h" -#include "wm.h" /* XXX */ #include "ED_armature.h" #include "ED_curve.h" @@ -77,7 +75,6 @@ #include "ED_screen.h" #include "UI_resources.h" -#include "UI_interface.h" /* local module include */ #include "transform.h" _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
