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 --- .../manipulators/intern/wm_manipulator_target_props.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/windowmanager/manipulators/intern/wm_manipulator_target_props.c') 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" -- cgit v1.2.3