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/bmesh/tools/bmesh_path_region.c')
-rw-r--r--source/blender/bmesh/tools/bmesh_path_region.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/bmesh/tools/bmesh_path_region.c b/source/blender/bmesh/tools/bmesh_path_region.c
index 841109a251f..f3061704884 100644
--- a/source/blender/bmesh/tools/bmesh_path_region.c
+++ b/source/blender/bmesh/tools/bmesh_path_region.c
@@ -23,10 +23,10 @@
#include "MEM_guardedalloc.h"
-#include "BLI_math.h"
+#include "BLI_alloca.h"
#include "BLI_linklist.h"
+#include "BLI_math.h"
#include "BLI_utildefines_stack.h"
-#include "BLI_alloca.h"
#include "bmesh.h"
#include "bmesh_path_region.h" /* own include */