From 1e4aab36c237b751c23be161217d989472bfaf20 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 26 Jan 2019 20:41:52 +1100 Subject: Cleanup: remove redundant BKE/BLI/BIF headers --- source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c') diff --git a/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c b/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c index e02d4b8470c..88fd71f0548 100644 --- a/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c +++ b/source/blender/editors/gizmo_library/gizmo_types/arrow3d_gizmo.c @@ -38,7 +38,6 @@ * - `matrix[2]` is the arrow direction (for all arrowes). */ -#include "BIF_gl.h" #include "BLI_math.h" -- cgit v1.2.3