From a52eb7489f8daad8f68625b773276906a8fffd24 Mon Sep 17 00:00:00 2001 From: Germano Cavalcante Date: Fri, 28 Feb 2020 21:25:47 -0300 Subject: Cleanup: Move transform_constraints declarations to its own header --- source/blender/editors/transform/transform_mode_push_pull.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/transform/transform_mode_push_pull.c') diff --git a/source/blender/editors/transform/transform_mode_push_pull.c b/source/blender/editors/transform/transform_mode_push_pull.c index f2496c8d331..c3edcdcf65c 100644 --- a/source/blender/editors/transform/transform_mode_push_pull.c +++ b/source/blender/editors/transform/transform_mode_push_pull.c @@ -36,6 +36,7 @@ #include "BLT_translation.h" #include "transform.h" +#include "transform_constraints.h" #include "transform_snap.h" #include "transform_mode.h" -- cgit v1.2.3