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/blenkernel/intern/CCGSubSurf_util.c')
-rw-r--r--source/blender/blenkernel/intern/CCGSubSurf_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/CCGSubSurf_util.c b/source/blender/blenkernel/intern/CCGSubSurf_util.c
index ebd4531a67b..58d5f2e0495 100644
--- a/source/blender/blenkernel/intern/CCGSubSurf_util.c
+++ b/source/blender/blenkernel/intern/CCGSubSurf_util.c
@@ -18,12 +18,12 @@
* \ingroup bke
*/
+#include <math.h>
#include <stdlib.h>
#include <string.h>
-#include <math.h>
-#include "MEM_guardedalloc.h"
#include "BLI_sys_types.h" // for intptr_t support
+#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h" /* for BLI_assert */