From 41d23116aa4ed36aec8b480ce2fc207d72ad88ce Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 6 Feb 2014 01:02:22 +1100 Subject: Scanfill: malloc arrays and zero init members --- source/blender/blenlib/BLI_kdopbvh.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/blenlib/BLI_kdopbvh.h') diff --git a/source/blender/blenlib/BLI_kdopbvh.h b/source/blender/blenlib/BLI_kdopbvh.h index bf7bd3d99b2..7b00fd90bf6 100644 --- a/source/blender/blenlib/BLI_kdopbvh.h +++ b/source/blender/blenlib/BLI_kdopbvh.h @@ -39,8 +39,6 @@ extern "C" { #endif -#include - struct BVHTree; typedef struct BVHTree BVHTree; -- cgit v1.2.3