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:
Diffstat (limited to 'source/blender/render/intern/source/multires_bake.c')
-rw-r--r--source/blender/render/intern/source/multires_bake.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/render/intern/source/multires_bake.c b/source/blender/render/intern/source/multires_bake.c
index 5421f487de5..7c301f7d591 100644
--- a/source/blender/render/intern/source/multires_bake.c
+++ b/source/blender/render/intern/source/multires_bake.c
@@ -25,12 +25,12 @@
#include "MEM_guardedalloc.h"
-#include "DNA_object_types.h"
#include "DNA_mesh_types.h"
+#include "DNA_object_types.h"
#include "DNA_scene_types.h"
-#include "BLI_math.h"
#include "BLI_listbase.h"
+#include "BLI_math.h"
#include "BLI_threads.h"
#include "BKE_ccg.h"
@@ -38,8 +38,8 @@
#include "BKE_image.h"
#include "BKE_material.h"
#include "BKE_mesh.h"
-#include "BKE_multires.h"
#include "BKE_modifier.h"
+#include "BKE_multires.h"
#include "BKE_subsurf.h"
#include "DEG_depsgraph.h"
@@ -48,8 +48,8 @@
#include "RE_pipeline.h"
#include "RE_shader_ext.h"
-#include "IMB_imbuf_types.h"
#include "IMB_imbuf.h"
+#include "IMB_imbuf_types.h"
typedef void (*MPassKnownData)(DerivedMesh *lores_dm,
DerivedMesh *hires_dm,