[Bf-blender-cvs] [e8c181e6fed] bli-math-basic-types: Small cleanups

Hans Goudey noreply at git.blender.org
Wed Feb 16 16:34:08 CET 2022


Commit: e8c181e6feda1213388a6cf4c62ec17bcdc0cb96
Author: Hans Goudey
Date:   Tue Feb 15 11:54:54 2022 -0600
Branches: bli-math-basic-types
https://developer.blender.org/rBe8c181e6feda1213388a6cf4c62ec17bcdc0cb96

Small cleanups

===================================================================

M	source/blender/blenlib/tests/BLI_math_base_test.cc

===================================================================

diff --git a/source/blender/blenlib/tests/BLI_math_base_test.cc b/source/blender/blenlib/tests/BLI_math_base_test.cc
index 34da00cb4bf..62f2b2775d0 100644
--- a/source/blender/blenlib/tests/BLI_math_base_test.cc
+++ b/source/blender/blenlib/tests/BLI_math_base_test.cc
@@ -3,10 +3,8 @@
 #include "testing/testing.h"
 
 #include "BLI_math.h"
-
-#include "BLI_math_vector.hh"
-
 #include "BLI_math_base.hh"
+#include "BLI_math_vector.hh"
 
 namespace blender::tests {



More information about the Bf-blender-cvs mailing list