Cleanup: remove accidental include leftovers

This commit is contained in:
Aras Pranckevicius 2024-02-03 23:28:32 +02:00
parent 442429a97c
commit 4b108959ba
1 changed files with 0 additions and 3 deletions

View File

@ -23,9 +23,6 @@ TEST(math_geom, DistToLineSegment2DSimple)
EXPECT_NEAR(sqrtf(2.0f), distance, 1e-6);
}
#include "BLI_rand.hh"
#include "BLI_timeit.hh"
TEST(math_geom, IsectPointTri2D)
{
float2 tri_cw[3] = {{-2, 1}, {4, 4}, {2, -3}};