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/simulations
parentde23a2c35b9bda724567e1c63768aabf97b83bf3 (diff)
remove lazy init code
Diffstat (limited to 'source/blender/simulations')
-rw-r--r--source/blender/simulations/bparticles/node_frontend.cpp1
-rw-r--r--source/blender/simulations/bparticles/simulate.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/simulations/bparticles/node_frontend.cpp b/source/blender/simulations/bparticles/node_frontend.cpp
index beb3742227e..ca139382527 100644
--- a/source/blender/simulations/bparticles/node_frontend.cpp
+++ b/source/blender/simulations/bparticles/node_frontend.cpp
@@ -8,7 +8,6 @@
#include "BLI_timeit.h"
#include "BLI_multi_map.h"
#include "BLI_set.h"
-#include "BLI_lazy_init_cxx.h"
#include "FN_node_tree.h"
#include "FN_multi_functions.h"
diff --git a/source/blender/simulations/bparticles/simulate.cpp b/source/blender/simulations/bparticles/simulate.cpp
index 24af6827365..22d3752343f 100644
--- a/source/blender/simulations/bparticles/simulate.cpp
+++ b/source/blender/simulations/bparticles/simulate.cpp
@@ -1,5 +1,4 @@
-#include "BLI_lazy_init_cxx.h"
#include "BLI_timeit.h"
#include "BLI_array_cxx.h"
#include "BLI_vector_adaptor.h"