From 35faf9615a448c84c2e1cc676960a7c696ce821a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 10 Sep 2012 05:47:07 +0000 Subject: [PATCH] missing include in own recent commit --- source/blender/editors/interface/interface_handlers.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/blender/editors/interface/interface_handlers.c b/source/blender/editors/interface/interface_handlers.c index 822794aae7b..1f11ae6a97b 100644 --- a/source/blender/editors/interface/interface_handlers.c +++ b/source/blender/editors/interface/interface_handlers.c @@ -54,6 +54,7 @@ #include "PIL_time.h" +#include "BKE_blender.h" #include "BKE_colortools.h" #include "BKE_context.h" #include "BKE_idprop.h" @@ -81,8 +82,6 @@ static void ui_add_smart_controller(bContext *C, uiBut *from, uiBut *to); static void ui_add_link(bContext *C, uiBut *from, uiBut *to); -static int ui_mouse_motion_towards_check(uiBlock *block, uiPopupBlockHandle *menu, int mx, int my); - /***************** structs and defines ****************/ #define BUTTON_TOOLTIP_DELAY 0.500