Cleanup: Cycles: Use gtest header instead of Blender test header

To avoid conflicts with glog logging macros, and because there is just no
need to have this dependency.

Pull Request: https://projects.blender.org/blender/blender/pulls/143719
This commit is contained in:
Brecht Van Lommel
2025-07-31 19:46:54 +02:00
committed by Brecht Van Lommel
parent 97b5618911
commit cedd7edd29
18 changed files with 22 additions and 22 deletions

View File

@@ -5,9 +5,9 @@
/* Note: These fixtures test default micro-architecture optimization defined in the
* util/optimization.h. */
#include "testing/testing.h"
#include <gtest/gtest.h>
#include "util/math.h"
#include "util/system.h"
CCL_NAMESPACE_BEGIN