[Bf-blender-cvs] [df08fcebe85] master: Cleanup/fix for fix (c).

Bastien Montagne noreply at git.blender.org
Tue Oct 8 14:46:29 CEST 2019


Commit: df08fcebe8569a75342d67530d431bf112f49b39
Author: Bastien Montagne
Date:   Tue Oct 8 14:45:50 2019 +0200
Branches: master
https://developer.blender.org/rBdf08fcebe8569a75342d67530d431bf112f49b39

Cleanup/fix for fix (c).

Sorry for the noise... For once building with everything hid the issue
instead of revealing it.

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

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

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

diff --git a/source/blender/blenkernel/intern/rigidbody.c b/source/blender/blenkernel/intern/rigidbody.c
index 0b93233661c..68750cf1e68 100644
--- a/source/blender/blenkernel/intern/rigidbody.c
+++ b/source/blender/blenkernel/intern/rigidbody.c
@@ -62,7 +62,6 @@
 #include "BKE_rigidbody.h"
 #include "BKE_scene.h"
 #ifdef WITH_BULLET
-#  include "BKE_global.h"
 #  include "BKE_library.h"
 #  include "BKE_library_query.h"
 #endif



More information about the Bf-blender-cvs mailing list