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:
Diffstat (limited to 'tests/gtests/alembic/abc_matrix_test.cc')
-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 daffea15d0a..59ccd57937a 100644
--- a/tests/gtests/alembic/abc_matrix_test.cc
+++ b/tests/gtests/alembic/abc_matrix_test.cc
@@ -4,8 +4,8 @@
#include "intern/abc_util.h"
extern "C" {
-#include "BLI_utildefines.h"
#include "BLI_math.h"
+#include "BLI_utildefines.h"
}
TEST(abc_matrix, CreateRotationMatrixY_YfromZ)