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/animation/time_scrub_ui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/animation/time_scrub_ui.c') diff --git a/source/blender/editors/animation/time_scrub_ui.c b/source/blender/editors/animation/time_scrub_ui.c index 74c359737b0..25b8e78de92 100644 --- a/source/blender/editors/animation/time_scrub_ui.c +++ b/source/blender/editors/animation/time_scrub_ui.c @@ -34,13 +34,13 @@ #include "UI_interface.h" #include "UI_interface_icons.h" -#include "UI_view2d.h" #include "UI_resources.h" +#include "UI_view2d.h" #include "DNA_scene_types.h" -#include "BLI_rect.h" #include "BLI_math.h" +#include "BLI_rect.h" #include "BLI_string.h" #include "BLI_timecode.h" -- cgit v1.2.3