From 6aabc1bde4ebb284a6b5c9bf1e936502b6fc1c07 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 23 Jul 2015 15:39:36 +1000 Subject: Cleanup; duplicate header --- source/blender/blenkernel/BKE_bvhutils.h | 2 +- source/blender/makesrna/intern/rna_nodetree.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/source/blender/blenkernel/BKE_bvhutils.h b/source/blender/blenkernel/BKE_bvhutils.h index 52a659bc0c2..d8eaa350e66 100644 --- a/source/blender/blenkernel/BKE_bvhutils.h +++ b/source/blender/blenkernel/BKE_bvhutils.h @@ -110,7 +110,7 @@ BVHTree *bvhtree_from_mesh_looptri_ex( struct BVHTreeFromMesh *data, const struct MVert *vert, const bool vert_allocated, const struct MLoop *mloop, const bool loop_allocated, - const struct MLoopTri *looptri, const int looptri_num, const bool face_allocated, + const struct MLoopTri *looptri, const int looptri_num, const bool looptri_allocated, BLI_bitmap *mask, int looptri_num_active, float epsilon, int tree_type, int axis); diff --git a/source/blender/makesrna/intern/rna_nodetree.c b/source/blender/makesrna/intern/rna_nodetree.c index 7fc25f9f06a..168b2ce05f6 100644 --- a/source/blender/makesrna/intern/rna_nodetree.c +++ b/source/blender/makesrna/intern/rna_nodetree.c @@ -39,7 +39,6 @@ #include "DNA_node_types.h" #include "DNA_object_types.h" #include "DNA_particle_types.h" -#include "DNA_scene_types.h" #include "DNA_text_types.h" #include "DNA_texture_types.h" -- cgit v1.2.3