Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Clean up Translation2 #includes
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Jun 24, 2024
1 parent 55f5984 commit 750678e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion include/trajopt/geometry/Translation2.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <concepts>
#include <tuple>
#include <utility>
#include <vector>

#include <sleipnir/autodiff/Variable.hpp>
#include <sleipnir/autodiff/VariableMatrix.hpp>
Expand Down
1 change: 1 addition & 0 deletions test/src/geometry/Translation2dTest.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright (c) TrajoptLib contributors

#include <cmath>
#include <numbers>

#include <catch2/catch_approx.hpp>
#include <catch2/catch_test_macros.hpp>
Expand Down

0 comments on commit 750678e

Please sign in to comment.