From 21bfc469abb88c171bb04379644a8595c31b8e12 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Tue, 14 May 2019 11:39:15 +0200 Subject: Cleanup: rename ED_scrubbing.h to ED_time_scrub_ui.h Also renames the corresponding .c file. --- source/blender/editors/space_action/space_action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_action') diff --git a/source/blender/editors/space_action/space_action.c b/source/blender/editors/space_action/space_action.c index d4aef9eb7b8..ad4346d882c 100644 --- a/source/blender/editors/space_action/space_action.c +++ b/source/blender/editors/space_action/space_action.c @@ -53,7 +53,7 @@ #include "ED_screen.h" #include "ED_anim_api.h" #include "ED_markers.h" -#include "ED_scrubbing.h" +#include "ED_time_scrub_ui.h" #include "action_intern.h" /* own include */ #include "GPU_framebuffer.h" -- cgit v1.2.3