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"