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_impl_mesh.c')
-rw-r--r--source/blender/draw/intern/draw_cache_impl_mesh.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/blender/draw/intern/draw_cache_impl_mesh.c b/source/blender/draw/intern/draw_cache_impl_mesh.c
index c89b6baa921..aedc86c2eae 100644
--- a/source/blender/draw/intern/draw_cache_impl_mesh.c
+++ b/source/blender/draw/intern/draw_cache_impl_mesh.c
@@ -25,14 +25,14 @@
#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_math_bits.h"
+#include "BLI_math_vector.h"
#include "BLI_string.h"
-#include "BLI_alloca.h"
-#include "BLI_edgehash.h"
+#include "BLI_utildefines.h"
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
@@ -45,8 +45,8 @@
#include "BKE_editmesh_cache.h"
#include "BKE_editmesh_tangent.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"
@@ -62,8 +62,8 @@
#include "ED_mesh.h"
#include "ED_uvedit.h"
-#include "draw_cache_inline.h"
#include "draw_cache_extract.h"
+#include "draw_cache_inline.h"
#include "draw_cache_impl.h" /* own include */