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/editors/transform/transform_mode_tosphere.c')
-rw-r--r--source/blender/editors/transform/transform_mode_tosphere.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/transform/transform_mode_tosphere.c b/source/blender/editors/transform/transform_mode_tosphere.c
index d198cd6eeb2..5a3b138823c 100644
--- a/source/blender/editors/transform/transform_mode_tosphere.c
+++ b/source/blender/editors/transform/transform_mode_tosphere.c
@@ -36,8 +36,8 @@
#include "BLT_translation.h"
#include "transform.h"
-#include "transform_snap.h"
#include "transform_mode.h"
+#include "transform_snap.h"
/* -------------------------------------------------------------------- */
/* Transform (ToSphere) */