Cleanup: Move BKE_object.hh to C++

Simplifies the fix to #111120, where the object bounds functions
may return a C++ type instead of `BoundBox`.

Pull Request: https://projects.blender.org/blender/blender/pulls/113462
This commit is contained in:
Hans Goudey
2023-10-09 23:41:53 +02:00
committed by Hans Goudey
parent 4eeabd274e
commit 976eaae02f
323 changed files with 322 additions and 330 deletions

View File

@@ -40,7 +40,7 @@
# include "BKE_lib_id.h"
# include "BKE_mesh.hh"
# include "BKE_mesh_runtime.hh"
# include "BKE_object.h"
# include "BKE_object.hh"
# include "DEG_depsgraph_query.hh"