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/sculpt_paint/paint_image.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/sculpt_paint/paint_image.c') diff --git a/source/blender/editors/sculpt_paint/paint_image.c b/source/blender/editors/sculpt_paint/paint_image.c index 7ea1cac045c..234220cacc8 100644 --- a/source/blender/editors/sculpt_paint/paint_image.c +++ b/source/blender/editors/sculpt_paint/paint_image.c @@ -81,7 +81,6 @@ #include "GPU_immediate.h" #include "BIF_gl.h" -#include "BIF_glutil.h" #include "IMB_colormanagement.h" -- cgit v1.2.3