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_opensubdiv.c')
-rw-r--r--source/blender/blenkernel/intern/CCGSubSurf_opensubdiv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenkernel/intern/CCGSubSurf_opensubdiv.c b/source/blender/blenkernel/intern/CCGSubSurf_opensubdiv.c
index 699075f6cff..3257dd2334c 100644
--- a/source/blender/blenkernel/intern/CCGSubSurf_opensubdiv.c
+++ b/source/blender/blenkernel/intern/CCGSubSurf_opensubdiv.c
@@ -20,13 +20,13 @@
#ifdef WITH_OPENSUBDIV
-# include "MEM_guardedalloc.h"
# include "BLI_sys_types.h" // for intptr_t support
+# include "MEM_guardedalloc.h"
-# include "BLI_utildefines.h" /* for BLI_assert */
# include "BLI_listbase.h"
# include "BLI_math.h"
# include "BLI_threads.h"
+# include "BLI_utildefines.h" /* for BLI_assert */
# include "CCGSubSurf.h"
# include "CCGSubSurf_intern.h"
@@ -42,8 +42,8 @@
# include "opensubdiv_gl_mesh_capi.h"
# include "opensubdiv_topology_refiner_capi.h"
-# include "GPU_glew.h"
# include "GPU_extensions.h"
+# include "GPU_glew.h"
# define OSD_LOG \
if (false) \