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 --- source/blender/editors/space_outliner/outliner_utils.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/space_outliner/outliner_utils.c') diff --git a/source/blender/editors/space_outliner/outliner_utils.c b/source/blender/editors/space_outliner/outliner_utils.c index f123b240efc..d3f7fd7055e 100644 --- a/source/blender/editors/space_outliner/outliner_utils.c +++ b/source/blender/editors/space_outliner/outliner_utils.c @@ -27,20 +27,19 @@ * \ingroup spoutliner */ -#include "BKE_outliner_treehash.h" - #include "BLI_utildefines.h" #include "DNA_action_types.h" #include "DNA_space_types.h" +#include "BKE_outliner_treehash.h" + #include "ED_armature.h" #include "UI_interface.h" #include "outliner_intern.h" - /** * Try to find an item under y-coordinate \a view_co_y (view-space). * \note Recursive -- cgit v1.2.3