diff --git a/src/Mod/Assembly/App/AssemblyObject.h b/src/Mod/Assembly/App/AssemblyObject.h index 61ceaff796..acf19f668b 100644 --- a/src/Mod/Assembly/App/AssemblyObject.h +++ b/src/Mod/Assembly/App/AssemblyObject.h @@ -31,7 +31,6 @@ #include #include #include -#include "SimulationGroup.h" #include @@ -130,7 +129,7 @@ public: std::shared_ptr part; Base::Placement offsetPlc; // This is the offset within the bundled parts }; - MbDPartData getMbDData(App::DocumentObject* obj); + MbDPartData getMbDData(App::DocumentObject* part); std::shared_ptr makeMbdMarker(std::string& name, Base::Placement& plc); std::vector> makeMbdJoint(App::DocumentObject* joint); std::shared_ptr makeMbdJointOfType(App::DocumentObject* joint,