Skip to content

Commit

Permalink
Fix typo in header name
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Jul 14, 2024
1 parent dca8ac9 commit cb0cdb8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion trajoptlib/src/RustFFI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "trajopt/constraint/PointAtConstraint.hpp"
#include "trajopt/drivetrain/DifferentialDrivetrain.hpp"
#include "trajopt/path/DifferentialPathBuilder.hpp"
#include "trajopt/trajectory/DifferentialTrajcectory.hpp"
#include "trajopt/trajectory/DifferentialTrajectory.hpp"
#include "trajopt/trajectory/DifferentialTrajectorySample.hpp"
#include "trajopt/trajectory/HolonomicTrajectory.hpp"
#include "trajopt/trajectory/HolonomicTrajectorySample.hpp"
Expand Down
3 changes: 0 additions & 3 deletions trajoptlib/src/RustFFI.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@

#include <rust/cxx.h>

#include "trajopt/DifferentialTrajectoryGenerator.hpp"
#include "trajopt/drivetrain/DifferentialDrivetrain.hpp"
#include "trajopt/path/DifferentialPathBuilder.hpp"
#include "trajopt/path/SwervePathBuilder.hpp"
#include "trajopt/trajectory/DifferentialTrajcectory.hpp"

namespace trajopt::rsffi {

Expand Down

0 comments on commit cb0cdb8

Please sign in to comment.