Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2020-02-13 20:44:50 +0300
committerJacques Lucke <jacques@blender.org>2020-02-13 20:44:50 +0300
commit9564cd045aa8985a33f49adfd57fe1dc0d4dbf0e (patch)
tree6f7c1c92851d7fa23aac842ca6511701755ee12a /source/blender/functions
parentde23a2c35b9bda724567e1c63768aabf97b83bf3 (diff)
remove lazy init code
Diffstat (limited to 'source/blender/functions')
-rw-r--r--source/blender/functions/intern/multi_functions/mixed.cc1
-rw-r--r--source/blender/functions/intern/node_tree_multi_function_network/mappings.cc1
2 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/functions/intern/multi_functions/mixed.cc b/source/blender/functions/intern/multi_functions/mixed.cc
index de92be0fe06..53e61ce36f3 100644
--- a/source/blender/functions/intern/multi_functions/mixed.cc
+++ b/source/blender/functions/intern/multi_functions/mixed.cc
@@ -5,7 +5,6 @@
#include "FN_multi_function_common_contexts.h"
#include "BLI_math_cxx.h"
-#include "BLI_lazy_init_cxx.h"
#include "BLI_string_map.h"
#include "BLI_array_cxx.h"
#include "BLI_noise.h"
diff --git a/source/blender/functions/intern/node_tree_multi_function_network/mappings.cc b/source/blender/functions/intern/node_tree_multi_function_network/mappings.cc
index 139f981c376..dee4f32ddd0 100644
--- a/source/blender/functions/intern/node_tree_multi_function_network/mappings.cc
+++ b/source/blender/functions/intern/node_tree_multi_function_network/mappings.cc
@@ -1,6 +1,5 @@
#include "mappings.h"
-#include "BLI_lazy_init_cxx.h"
#include "BLI_math_cxx.h"
#include "FN_multi_functions.h"