From 163a48f2035bbb40e6d437c7522f587d690456f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 8 May 2020 09:52:22 +0200 Subject: Cleanup: Alembic, moved axis conversion functions into their own files The long-term goal is to move code out of `abc_util.{h,cc}` into either files with better, more concrete names, or simply into the one file where they are used. No functional changes. --- tests/gtests/alembic/abc_matrix_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/gtests/alembic/abc_matrix_test.cc b/tests/gtests/alembic/abc_matrix_test.cc index 59ccd57937a..9b16eb108be 100644 --- a/tests/gtests/alembic/abc_matrix_test.cc +++ b/tests/gtests/alembic/abc_matrix_test.cc @@ -1,7 +1,7 @@ #include "testing/testing.h" // Keep first since utildefines defines AT which conflicts with STL -#include "intern/abc_util.h" +#include "intern/abc_axis_conversion.h" extern "C" { #include "BLI_math.h" -- cgit v1.2.3