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/wm_manipulator.c')
-rw-r--r--source/blender/windowmanager/manipulators/intern/wm_manipulator.c10
1 files changed, 5 insertions, 5 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