[Bf-blender-cvs] [b58db00ddf0] temp-test-point-cloud-simulation-depsgraph-integration: remove unnecessary includes

Jacques Lucke noreply at git.blender.org
Wed Apr 15 18:27:06 CEST 2020


Commit: b58db00ddf022198f7392e507e8d7ac9b60d8276
Author: Jacques Lucke
Date:   Tue Mar 24 14:25:58 2020 +0100
Branches: temp-test-point-cloud-simulation-depsgraph-integration
https://developer.blender.org/rBb58db00ddf022198f7392e507e8d7ac9b60d8276

remove unnecessary includes

===================================================================

M	source/blender/blenkernel/intern/lib_id.c

===================================================================

diff --git a/source/blender/blenkernel/intern/lib_id.c b/source/blender/blenkernel/intern/lib_id.c
index b27eda58f2e..a524db3c909 100644
--- a/source/blender/blenkernel/intern/lib_id.c
+++ b/source/blender/blenkernel/intern/lib_id.c
@@ -60,7 +60,6 @@
 #include "DNA_pointcloud_types.h"
 #include "DNA_scene_types.h"
 #include "DNA_screen_types.h"
-#include "DNA_simulation_types.h"
 #include "DNA_sound_types.h"
 #include "DNA_speaker_types.h"
 #include "DNA_text_types.h"
@@ -119,7 +118,6 @@
 #include "BKE_pointcloud.h"
 #include "BKE_rigidbody.h"
 #include "BKE_scene.h"
-#include "BKE_simulation.h"
 #include "BKE_sound.h"
 #include "BKE_speaker.h"
 #include "BKE_text.h"



More information about the Bf-blender-cvs mailing list