From a4fac21fc5a2e5e3c816884da6499f931dfe6dd1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 5 Apr 2017 18:30:14 +1000 Subject: Cleanup: Move imm_draw utils into own file These were in BIF_glutil which is documented to be removed, so best not define new API's there. --- source/blender/editors/mesh/editmesh_knife.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/editors/mesh/editmesh_knife.c') diff --git a/source/blender/editors/mesh/editmesh_knife.c b/source/blender/editors/mesh/editmesh_knife.c index a7fa5eb8138..fb4970b23b2 100644 --- a/source/blender/editors/mesh/editmesh_knife.c +++ b/source/blender/editors/mesh/editmesh_knife.c @@ -54,8 +54,6 @@ #include "BKE_editmesh_bvh.h" #include "BKE_report.h" -#include "BIF_glutil.h" /* for paint cursor */ - #include "GPU_immediate.h" #include "GPU_matrix.h" -- cgit v1.2.3