From 2d1cce8331f3ecdfb8cb0c651e111ffac5dc7153 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 19 Mar 2020 09:33:03 +0100 Subject: Cleanup: `make format` after SortedIncludes change --- source/blender/editors/transform/transform_snap.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'source/blender/editors/transform/transform_snap.c') diff --git a/source/blender/editors/transform/transform_snap.c b/source/blender/editors/transform/transform_snap.c index 0a0a6ffd62f..86e99c986f8 100644 --- a/source/blender/editors/transform/transform_snap.c +++ b/source/blender/editors/transform/transform_snap.c @@ -21,36 +21,36 @@ * \ingroup edtransform */ -#include -#include #include +#include #include +#include #include "PIL_time.h" -#include "DNA_scene_types.h" -#include "DNA_object_types.h" #include "DNA_meshdata_types.h" /* Temporary, for snapping to other unselected meshes */ #include "DNA_node_types.h" -#include "DNA_space_types.h" +#include "DNA_object_types.h" +#include "DNA_scene_types.h" #include "DNA_screen_types.h" +#include "DNA_space_types.h" #include "DNA_view3d_types.h" #include "DNA_windowmanager_types.h" -#include "BLI_math.h" #include "BLI_blenlib.h" +#include "BLI_math.h" #include "BLI_utildefines.h" #include "GPU_immediate.h" #include "GPU_state.h" -#include "BKE_layer.h" -#include "BKE_object.h" #include "BKE_anim.h" /* for duplis */ #include "BKE_context.h" #include "BKE_editmesh.h" -#include "BKE_sequencer.h" +#include "BKE_layer.h" #include "BKE_main.h" +#include "BKE_object.h" +#include "BKE_sequencer.h" #include "RNA_access.h" @@ -59,9 +59,9 @@ #include "ED_image.h" #include "ED_markers.h" #include "ED_node.h" +#include "ED_transform_snap_object_context.h" #include "ED_uvedit.h" #include "ED_view3d.h" -#include "ED_transform_snap_object_context.h" #include "DEG_depsgraph.h" -- cgit v1.2.3