[Bf-blender-cvs] [e354ff5b86e] temp-virtual-array-value-type: cleanup

Jacques Lucke noreply at git.blender.org
Sun Oct 31 13:39:02 CET 2021


Commit: e354ff5b86eee9639fd05491d4cf904a6902dac8
Author: Jacques Lucke
Date:   Sun Oct 31 13:27:43 2021 +0100
Branches: temp-virtual-array-value-type
https://developer.blender.org/rBe354ff5b86eee9639fd05491d4cf904a6902dac8

cleanup

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

M	source/blender/functions/FN_generic_virtual_array.hh

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

diff --git a/source/blender/functions/FN_generic_virtual_array.hh b/source/blender/functions/FN_generic_virtual_array.hh
index cae811c4d99..9b4a5fec311 100644
--- a/source/blender/functions/FN_generic_virtual_array.hh
+++ b/source/blender/functions/FN_generic_virtual_array.hh
@@ -23,8 +23,6 @@
  * the data type is only known at runtime.
  */
 
-#include <optional>
-
 #include "BLI_virtual_array.hh"
 
 #include "FN_generic_array.hh"



More information about the Bf-blender-cvs mailing list