Skip to content

Commit

Permalink
Remove aligator/gar/fwd.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ManifoldFR committed Nov 1, 2024
1 parent 7ae3610 commit 13d0caf
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed

- Default constructor for `LQRProblemTpl`
- Removed header `gar/fwd.hpp` with forward-declarations

## [0.9.0] - 2024-10-11

Expand Down
1 change: 0 additions & 1 deletion gar/include/aligator/gar/dense-riccati.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#include <proxsuite-nlp/linalg/bunchkaufman.hpp>

#include "fwd.hpp"
#include "blk-matrix.hpp"
#include "riccati-base.hpp"

Expand Down
8 changes: 0 additions & 8 deletions gar/include/aligator/gar/fwd.hpp

This file was deleted.

1 change: 0 additions & 1 deletion gar/include/aligator/gar/parallel-solver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/// @author Wilson Jallet
#pragma once

#include "aligator/gar/fwd.hpp"
#include "aligator/gar/riccati-base.hpp"
#include "aligator/gar/riccati-impl.hpp"

Expand Down
1 change: 0 additions & 1 deletion gar/include/aligator/gar/proximal-riccati.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma once

#include "fwd.hpp"
#include "riccati-base.hpp"
#include "riccati-impl.hpp"

Expand Down
3 changes: 2 additions & 1 deletion gar/include/aligator/gar/riccati-impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/// @author Wilson Jallet
#pragma once

#include "fwd.hpp"
#include "blk-matrix.hpp"

#include <proxsuite-nlp/linalg/bunchkaufman.hpp>
Expand All @@ -15,6 +14,8 @@

namespace aligator {
namespace gar {
template <typename Scalar> struct LQRKnotTpl;
template <typename Scalar> struct LQRProblemTpl;

/// Create a boost::span object from a vector and two indices.
template <class T, class A>
Expand Down

0 comments on commit 13d0caf

Please sign in to comment.