Skip to content

Commit

Permalink
Remove Model.h include and replace with only SimbodyMatterSubsystem.h
Browse files Browse the repository at this point in the history
  • Loading branch information
aseth1 committed Jun 5, 2020
1 parent 463ffd2 commit 98f6287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScapulothoracicJoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// INCLUDES
//=============================================================================
#include "ScapulothoracicJoint.h"
#include <OpenSim/Simulation/Model/Model.h>
#include "simbody/internal/SimbodyMatterSubsystem.h"
#include "simbody/internal/MobilizedBody_Ellipsoid.h"
#include "simbody/internal/MobilizedBody_Pin.h"
#include "simbody/internal/MobilizedBody_Weld.h"
Expand Down

0 comments on commit 98f6287

Please sign in to comment.