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/windowmanager/manipulators/intern')
-rw-r--r--source/blender/windowmanager/manipulators/intern/wm_manipulator.c10
-rw-r--r--source/blender/windowmanager/manipulators/intern/wm_manipulator_group.c12
-rw-r--r--source/blender/windowmanager/manipulators/intern/wm_manipulator_target_props.c8
3 files changed, 15 insertions, 15 deletions
diff --git a/source/blender/windowmanager/manipulators/intern/wm_manipulator.c b/source/blender/windowmanager/manipulators/intern/wm_manipulator.c
index 52c8fb24244..7ca1f8fd5f2 100644
--- a/source/blender/windowmanager/manipulators/intern/wm_manipulator.c
+++ b/source/blender/windowmanager/manipulators/intern/wm_manipulator.c
@@ -27,22 +27,19 @@
* \ingroup wm
*/
-#include "BKE_context.h"
+#include "MEM_guardedalloc.h"
#include "BLI_listbase.h"
#include "BLI_math.h"
#include "BLI_string.h"
#include "BLI_string_utils.h"
-#include "ED_screen.h"
-#include "ED_view3d.h"
+#include "BKE_context.h"
#include "GPU_batch.h"
#include "GPU_glew.h"
#include "GPU_immediate.h"
-#include "MEM_guardedalloc.h"
-
#include "RNA_access.h"
#include "RNA_define.h"
@@ -53,6 +50,9 @@
#include "WM_api.h"
#include "WM_types.h"
+#include "ED_screen.h"
+#include "ED_view3d.h"
+
#ifdef WITH_PYTHON
#include "BPY_extern.h"
#endif
diff --git a/source/blender/windowmanager/manipulators/intern/wm_manipulator_group.c b/source/blender/windowmanager/manipulators/intern/wm_manipulator_group.c
index e0b12289b9e..d62aac8cd87 100644
--- a/source/blender/windowmanager/manipulators/intern/wm_manipulator_group.c
+++ b/source/blender/windowmanager/manipulators/intern/wm_manipulator_group.c
@@ -35,16 +35,14 @@
#include <stdlib.h>
#include <string.h>
-#include "BKE_context.h"
-#include "BKE_main.h"
-#include "BKE_report.h"
+#include "MEM_guardedalloc.h"
#include "BLI_listbase.h"
#include "BLI_string.h"
-#include "ED_screen.h"
-
-#include "MEM_guardedalloc.h"
+#include "BKE_context.h"
+#include "BKE_main.h"
+#include "BKE_report.h"
#include "RNA_access.h"
#include "RNA_define.h"
@@ -53,6 +51,8 @@
#include "WM_types.h"
#include "wm_event_system.h"
+#include "ED_screen.h"
+
/* own includes */
#include "wm_manipulator_wmapi.h"
#include "wm_manipulator_intern.h"
diff --git a/source/blender/windowmanager/manipulators/intern/wm_manipulator_target_props.c b/source/blender/windowmanager/manipulators/intern/wm_manipulator_target_props.c
index b4f65807341..11bf981490e 100644
--- a/source/blender/windowmanager/manipulators/intern/wm_manipulator_target_props.c
+++ b/source/blender/windowmanager/manipulators/intern/wm_manipulator_target_props.c
@@ -22,15 +22,12 @@
* \ingroup wm
*/
-#include "BKE_context.h"
-
#include "BLI_listbase.h"
#include "BLI_math.h"
#include "BLI_string.h"
#include "BLI_string_utils.h"
-#include "ED_screen.h"
-#include "ED_view3d.h"
+#include "BKE_context.h"
#include "MEM_guardedalloc.h"
@@ -41,6 +38,9 @@
#include "wm.h"
+#include "ED_screen.h"
+#include "ED_view3d.h"
+
/* own includes */
#include "wm_manipulator_wmapi.h"
#include "wm_manipulator_intern.h"