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 <mail@jlucke.com>2020-02-12 21:02:03 +0300
committerJacques Lucke <mail@jlucke.com>2020-02-12 21:02:03 +0300
commite4a3186aade96118ef022b10252a409b68ea8619 (patch)
tree5fb648dc9a22fdeb2915e6ed4ec1262b5da4ef54 /source/blender/simulations
parentdc89a3ec7c56aeac799b41771ebb7547ea3cb440 (diff)
fix after merge
Diffstat (limited to 'source/blender/simulations')
-rw-r--r--source/blender/simulations/bparticles/node_frontend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/simulations/bparticles/node_frontend.cpp b/source/blender/simulations/bparticles/node_frontend.cpp
index ffb3ec2ddc9..59c1b057858 100644
--- a/source/blender/simulations/bparticles/node_frontend.cpp
+++ b/source/blender/simulations/bparticles/node_frontend.cpp
@@ -1,6 +1,6 @@
-#include "BKE_deform.h"
#include "BKE_surface_hook.h"
#include "BKE_id_data_cache.h"
+#include "BKE_deform.h"
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"