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/manipulator_library/manipulator_library_presets.c')
-rw-r--r--source/blender/editors/manipulator_library/manipulator_library_presets.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/source/blender/editors/manipulator_library/manipulator_library_presets.c b/source/blender/editors/manipulator_library/manipulator_library_presets.c
index e552a7a6aa3..7b8d2104992 100644
--- a/source/blender/editors/manipulator_library/manipulator_library_presets.c
+++ b/source/blender/editors/manipulator_library/manipulator_library_presets.c
@@ -26,17 +26,16 @@
* \brief Preset shapes that can be drawn from any manipulator type.
*/
-#include "BIF_gl.h"
-
-#include "BKE_context.h"
+#include "MEM_guardedalloc.h"
#include "BLI_math.h"
#include "DNA_view3d_types.h"
#include "DNA_object_types.h"
-#include "ED_view3d.h"
-#include "ED_screen.h"
+#include "BKE_context.h"
+
+#include "BIF_gl.h"
#include "GPU_draw.h"
#include "GPU_immediate.h"
@@ -44,8 +43,6 @@
#include "GPU_matrix.h"
#include "GPU_select.h"
-#include "MEM_guardedalloc.h"
-
#include "DEG_depsgraph.h"
#include "RNA_access.h"
@@ -53,6 +50,8 @@
#include "WM_types.h"
#include "WM_api.h"
+#include "ED_view3d.h"
+#include "ED_screen.h"
/* own includes */
#include "ED_manipulator_library.h" /* own include */