From ea5f2f88b34ef92cfba9619439d8a786e5befcaa Mon Sep 17 00:00:00 2001 From: Germano Cavalcante Date: Thu, 8 Oct 2020 11:42:14 -0300 Subject: Cleanup: Move transform_orientations functions to separate header Improves the organization and identification of the API. --- source/blender/editors/transform/transform_constraints.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/transform/transform_constraints.c') diff --git a/source/blender/editors/transform/transform_constraints.c b/source/blender/editors/transform/transform_constraints.c index ac27f2cd7aa..3a8f53220e2 100644 --- a/source/blender/editors/transform/transform_constraints.c +++ b/source/blender/editors/transform/transform_constraints.c @@ -50,6 +50,7 @@ #include "UI_resources.h" #include "transform.h" +#include "transform_orientations.h" #include "transform_snap.h" /* Own include. */ -- cgit v1.2.3