Skip to content

Commit

Permalink
Minor updates for code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Apr 24, 2016
1 parent 2985e15 commit bc7fe49
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
2 changes: 0 additions & 2 deletions dart/dynamics/Marker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@

#include "dart/dynamics/Marker.h"

#include <string>

#include "dart/dynamics/BodyNode.h"

namespace dart {
Expand Down
4 changes: 0 additions & 4 deletions dart/dynamics/Marker.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#ifndef DART_DYNAMICS_MARKER_H_
#define DART_DYNAMICS_MARKER_H_

#include <string>
#include <Eigen/Dense>
#include "dart/common/Deprecated.h"
#include "dart/dynamics/detail/MarkerAspect.h"
Expand Down Expand Up @@ -131,11 +130,8 @@ class Marker final :
EIGEN_MAKE_ALIGNED_OPERATOR_NEW

};
// TODO: Marker class should be refactored into a Node once pull request #531 is
// finished.

} // namespace dynamics
} // namespace dart

#endif // DART_DYNAMICS_MARKER_H_

7 changes: 3 additions & 4 deletions dart/dynamics/detail/MarkerAspect.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

#ifndef DART_DYNAMICS_DETAIL_MARKER_H_
#define DART_DYNAMICS_DETAIL_MARKER_H_
#ifndef DART_DYNAMICS_DETAIL_MARKERASPECT_H_
#define DART_DYNAMICS_DETAIL_MARKERASPECT_H_

#include <Eigen/Core>
#include "dart/math/Helpers.h"
Expand Down Expand Up @@ -64,9 +64,8 @@ struct MarkerProperties
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
};


} // namespace detail
} // namespace dynamics
} // namespace dart

#endif // DART_DYNAMICS_DETAIL_MARKER_H_
#endif // DART_DYNAMICS_DETAIL_MARKERASPECT_H_
2 changes: 1 addition & 1 deletion dart/utils/VskParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@

#include "dart/common/ResourceRetriever.h"
#include "dart/common/Uri.h"
#include "dart/math/Constants.h"
#include "dart/dynamics/Skeleton.h"
#include "dart/math/Helpers.h"

namespace dart {
namespace utils {
Expand Down

0 comments on commit bc7fe49

Please sign in to comment.