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_manipulator2d.c')
-rw-r--r--source/blender/editors/transform/transform_manipulator2d.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/source/blender/editors/transform/transform_manipulator2d.c b/source/blender/editors/transform/transform_manipulator2d.c
index 94f425eb9f0..6e2d0d8c5c0 100644
--- a/source/blender/editors/transform/transform_manipulator2d.c
+++ b/source/blender/editors/transform/transform_manipulator2d.c
@@ -31,8 +31,7 @@
* Used for UV/Image Editor
*/
-#include "BKE_context.h"
-#include "BKE_editmesh.h"
+#include "MEM_guardedalloc.h"
#include "BLI_listbase.h"
#include "BLI_math.h"
@@ -43,12 +42,8 @@
#include "DNA_space_types.h"
#include "DNA_view3d_types.h"
-#include "ED_image.h"
-#include "ED_screen.h"
-#include "ED_uvedit.h"
-#include "ED_manipulator_library.h"
-
-#include "MEM_guardedalloc.h"
+#include "BKE_context.h"
+#include "BKE_editmesh.h"
#include "RNA_access.h"
@@ -59,6 +54,11 @@
#include "WM_types.h"
#include "wm.h" /* XXX */
+#include "ED_image.h"
+#include "ED_screen.h"
+#include "ED_uvedit.h"
+#include "ED_manipulator_library.h"
+
#include "transform.h" /* own include */
/* axes as index */