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:
authorCampbell Barton <ideasman42@gmail.com>2018-10-03 01:10:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-03 01:10:48 +0300
commit4c22807e69c0c31f23e3fea8249035729577137c (patch)
treebace8f7c5287f43220c8b8ef473701fc1c4d9dd0 /source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c
parent00c0e55227698f811617a0f415436b3f0b9c61c8 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c')
-rw-r--r--source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c b/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c
index 18bd5771866..db2bb3bc66d 100644
--- a/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c
+++ b/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c
@@ -26,17 +26,15 @@
#include "BKE_context.h"
+#include "RNA_define.h"
#include "RNA_access.h"
+#include "RNA_enum_types.h"
#include "WM_api.h"
#include "WM_types.h"
#include "WM_message.h"
#include "WM_toolsystem.h"
-#include "RNA_define.h"
-#include "RNA_access.h"
-#include "RNA_enum_types.h"
-
#include "ED_gizmo_utils.h"
#include "ED_screen.h"
#include "ED_view3d.h"