diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2013-01-14 11:14:50 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-01-14 11:14:50 +0100 |
commit | 989c2da1e2f308877511104818b308b2f9697b21 (patch) | |
tree | 91614f0da0ef97dd346817ea4920ee77d76a6ae9 | |
parent | 12f24c5ce528f8f58abcf2cc16fc887b9fabdbc1 (diff) |
Remove stale header #include
-rw-r--r-- | LocomotorPrimitivesController.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/LocomotorPrimitivesController.h b/LocomotorPrimitivesController.h index 6c52fda..c0f75be 100644 --- a/LocomotorPrimitivesController.h +++ b/LocomotorPrimitivesController.h @@ -2,7 +2,6 @@ #define LOCOMOTORPRIMITIVES_CONTROLLER_H_ #include <OpenSim/OpenSim.h> -#include "MuscleEMGProfile.h" class LocomotorPrimitivesController : public OpenSim::Controller { OpenSim_DECLARE_CONCRETE_OBJECT(LocomotorPrimitivesController, OpenSim::Controller); |