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/draw/intern/draw_cache_extract_mesh.c')
-rw-r--r--source/blender/draw/intern/draw_cache_extract_mesh.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/source/blender/draw/intern/draw_cache_extract_mesh.c b/source/blender/draw/intern/draw_cache_extract_mesh.c
index 852a57f9a97..b86287a03e8 100644
--- a/source/blender/draw/intern/draw_cache_extract_mesh.c
+++ b/source/blender/draw/intern/draw_cache_extract_mesh.c
@@ -25,16 +25,16 @@
#include "MEM_guardedalloc.h"
+#include "BLI_alloca.h"
#include "BLI_bitmap.h"
#include "BLI_buffer.h"
-#include "BLI_utildefines.h"
-#include "BLI_math_vector.h"
+#include "BLI_edgehash.h"
+#include "BLI_jitter_2d.h"
#include "BLI_math_bits.h"
+#include "BLI_math_vector.h"
#include "BLI_string.h"
-#include "BLI_alloca.h"
-#include "BLI_edgehash.h"
#include "BLI_task.h"
-#include "BLI_jitter_2d.h"
+#include "BLI_utildefines.h"
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
@@ -45,12 +45,12 @@
#include "BKE_customdata.h"
#include "BKE_deform.h"
#include "BKE_editmesh.h"
+#include "BKE_editmesh_bvh.h"
#include "BKE_editmesh_cache.h"
#include "BKE_editmesh_tangent.h"
-#include "BKE_editmesh_bvh.h"
#include "BKE_mesh.h"
-#include "BKE_mesh_tangent.h"
#include "BKE_mesh_runtime.h"
+#include "BKE_mesh_tangent.h"
#include "BKE_modifier.h"
#include "BKE_object_deform.h"
@@ -66,8 +66,8 @@
#include "ED_mesh.h"
#include "ED_uvedit.h"
-#include "draw_cache_inline.h"
#include "draw_cache_impl.h"
+#include "draw_cache_inline.h"
#include "draw_cache_extract.h"