From 8af3f531b1b7481edab6ec379f11694283ba9190 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 20 Nov 2017 14:11:45 +1100 Subject: Cleanup: BLI headers first Also move descriptions into doxy header --- .../windowmanager/manipulators/intern/wm_manipulator_group.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source/blender/windowmanager/manipulators/intern/wm_manipulator_group.c') 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 #include -#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" -- cgit v1.2.3