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/undo/ed_undo.c | 12 ++++++------ source/blender/editors/undo/memfile_undo.c | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'source/blender/editors/undo') diff --git a/source/blender/editors/undo/ed_undo.c b/source/blender/editors/undo/ed_undo.c index cb4f4dfa46c..123fd5f35da 100644 --- a/source/blender/editors/undo/ed_undo.c +++ b/source/blender/editors/undo/ed_undo.c @@ -27,11 +27,11 @@ #include "CLG_log.h" -#include "DNA_scene_types.h" #include "DNA_object_types.h" +#include "DNA_scene_types.h" -#include "BLI_utildefines.h" #include "BLI_listbase.h" +#include "BLI_utildefines.h" #include "BLT_translation.h" @@ -39,27 +39,27 @@ #include "BKE_callbacks.h" #include "BKE_context.h" #include "BKE_global.h" +#include "BKE_layer.h" #include "BKE_main.h" +#include "BKE_paint.h" #include "BKE_report.h" #include "BKE_scene.h" #include "BKE_screen.h" -#include "BKE_layer.h" #include "BKE_undo_system.h" #include "BKE_workspace.h" -#include "BKE_paint.h" #include "BLO_blend_validate.h" #include "ED_gpencil.h" -#include "ED_render.h" #include "ED_object.h" #include "ED_outliner.h" +#include "ED_render.h" #include "ED_screen.h" #include "ED_undo.h" #include "WM_api.h" -#include "WM_types.h" #include "WM_toolsystem.h" +#include "WM_types.h" #include "RNA_access.h" #include "RNA_define.h" diff --git a/source/blender/editors/undo/memfile_undo.c b/source/blender/editors/undo/memfile_undo.c index f9235938eb7..086aa6c4c9d 100644 --- a/source/blender/editors/undo/memfile_undo.c +++ b/source/blender/editors/undo/memfile_undo.c @@ -20,8 +20,8 @@ * Wrapper between 'ED_undo.h' and 'BKE_undo_system.h' API's. */ -#include "BLI_utildefines.h" #include "BLI_sys_types.h" +#include "BLI_utildefines.h" #include "BLI_ghash.h" -- cgit v1.2.3