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.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/transform/transform.c') diff --git a/source/blender/editors/transform/transform.c b/source/blender/editors/transform/transform.c index 921b6a24312..e2e7611a6b6 100644 --- a/source/blender/editors/transform/transform.c +++ b/source/blender/editors/transform/transform.c @@ -65,6 +65,7 @@ #include "transform_convert.h" #include "transform_draw_cursors.h" #include "transform_mode.h" +#include "transform_orientations.h" #include "transform_snap.h" /* Disabling, since when you type you know what you are doing, -- cgit v1.2.3