Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2020-05-08 10:52:22 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-05-08 13:19:43 +0300
commit163a48f2035bbb40e6d437c7522f587d690456f6 (patch)
tree80dbf6cdaf686a4fd5e128c73807955e6764f316 /tests/gtests
parent298356a9c0befa503a8eea6f168f6cdc5a950ac8 (diff)
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.
Diffstat (limited to 'tests/gtests')
-rw-r--r--tests/gtests/alembic/abc_matrix_test.cc2
1 files changed, 1 insertions, 1 deletions
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"