From 95dbea0a6148e5e9de447c5a88f957b58d9b753d Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Wed, 24 Jan 2024 13:19:52 -0500 Subject: [PATCH] Cleanup: Remove unused include BLI_time.h was unused after 0d420ee97aea54a43857. --- source/blender/blenlib/intern/rand.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/blender/blenlib/intern/rand.cc b/source/blender/blenlib/intern/rand.cc index 532de1e4b6f..29cc51d55cd 100644 --- a/source/blender/blenlib/intern/rand.cc +++ b/source/blender/blenlib/intern/rand.cc @@ -15,14 +15,11 @@ #include "MEM_guardedalloc.h" #include "BLI_bitmap.h" +#include "BLI_compiler_compat.h" #include "BLI_math_vector.h" #include "BLI_rand.h" #include "BLI_rand.hh" #include "BLI_threads.h" -#include "BLI_time.h" - -/* defines BLI_INLINE */ -#include "BLI_compiler_compat.h" #include "BLI_strict_flags.h" #include "BLI_sys_types.h"