From df08fcebe8569a75342d67530d431bf112f49b39 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 8 Oct 2019 14:45:50 +0200 Subject: [PATCH] Cleanup/fix for fix (c). Sorry for the noise... For once building with everything hid the issue instead of revealing it. --- source/blender/blenkernel/intern/rigidbody.c | 1 - 1 file changed, 1 deletion(-) 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